Update sound
cms_update_soundUpdate sound item. Guidance: Update one CMS sound item by sound id. | context: id
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Sound item id returned by cms_list_sounds. | |
| 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. | |
| 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. | |
| purchaseUrl | No | Omit to keep the current purchase URL; send to replace it. | |
| 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. | |
| purchaseUrlAndroid | No | Omit to keep the current Android purchase URL; send to replace it. |