Revert a media asset
revert_mediaRestore a prior version of an asset while archiving the current copy, allowing the revert to be undone if needed.
Instructions
Restore a prior version of an asset as the current one. The current copy is archived first, so the revert is itself undoable. Use get_media to find the version id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| project | Yes | ||
| version | Yes | Version id to restore (from get_media's versions list). |