Update video
cms_update_videoUpdate video item. Guidance: Update one CMS video item by video id. | context: id
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Video item id returned by cms_list_videos. | |
| date | No | Omit to keep the current editorial date; send RFC 3339 to replace it. | |
| meta | No | Optional SEO payload with title and description. | |
| slug | No | Omit to keep the current slug; send to replace it. | |
| title | No | Omit to keep the current headline; send to replace it. | |
| author | No | Omit to keep the current byline; send to replace it. | |
| pinned | No | Omit to keep the current pinning state; send true or false to replace it. | |
| status | No | Omit to keep the current publication state. Do not send scheduled. | |
| embedUrl | No | Omit to keep the current player; send new iframe or embed HTML to replace it. Set an explicit iframe width and height (for example 100%) so the player renders at a visible size. | |
| accessTier | No | Replacement paywall tier. 'premium' locks the item behind an in-app purchase; 'free' leaves it open. Applies only to apps that sell in-app purchases. | |
| categories | No | Omit to keep placement. Send non-empty category ids to replace placement. | |
| publishedDate | No | Future ISO datetime for deferred publication. Requires status='stock' when provided. | |
| commentsEnabled | No | Omit to keep the current comments setting; send true or false to replace it. | |
| publicationEndDate | No | Future ISO datetime for scheduled unpublication. Send an empty string to clear an existing scheduled unpublication. |