Update event
cms_update_eventUpdate event. Guidance: Update one CMS agenda event by event id. | context: id
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Event id returned by cms_list_events. | |
| date | No | Omit to keep the current editorial datetime; send an RFC 3339 datetime with timezone to replace it. | |
| meta | No | Optional SEO payload with title and description. | |
| slug | No | Omit to keep the current slug; send to replace it. | |
| No | Omit to keep the current organizer email; send to replace it. | ||
| title | No | Omit to keep the current headline; send to replace it. | |
| allDay | No | Omit to keep the current all-day flag; send true or false to replace it. | |
| leadin | No | Omit to keep the current deck HTML; send to replace it. | |
| status | No | Omit to keep the current publication state. Do not send scheduled. | |
| address | No | Omit to keep the current venue address; send to replace it. | |
| endDate | No | Omit to keep the current event end; send an RFC 3339 datetime with timezone to replace it. | |
| urlShop | No | Omit to keep the current ticketing or shop URL; send to replace it. | |
| latitude | No | Omit to keep the current venue latitude; send a finite number to replace it. | |
| sortDate | No | Omit to keep the current event start; send an RFC 3339 datetime with timezone to replace it. | |
| urlEvent | No | Omit to keep the current official event info URL; send to replace it. | |
| longitude | No | Omit to keep the current venue longitude; send a finite number to replace it. | |
| 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. | |
| phoneNumber | No | Omit to keep the current organizer phone number; 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. |