move_media
Move media assets into a destination folder, or back to the media root, by specifying the target folder ID.
Instructions
Move one or more media assets into a folder (or to the root with folderId: null). Use list_media_folders to find the destination folderId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | Ids of the media assets to move | |
| folderId | No | Destination folder id, or null to move the assets back to the media root. |