art.asset.rollback
Restore an asset to a specified previous version, ensuring the canonical state aligns with the desired target. Validates the expected current version before applying the change to prevent conflicts.
Instructions
Rollback the canonical version to a previous version.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| actor | Yes | Actor performing rollback | |
| asset_id | Yes | Asset identifier | |
| target_version | Yes | Version to rollback to | |
| expected_current_version | Yes | Expected current version (optimistic lock) |