Revert a media asset
revert_mediaRestore a prior version of an asset, archiving the current copy to make the revert undoable. Use get_media to find version IDs.
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). |