art.asset.rollback
Restore an art asset to a previous version when the current version is faulty or inconsistent. Specify the asset, the target version, and the expected current version to prevent overwriting concurrent changes.
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) |