Update article
cms_update_articleUpdate article. Guidance: Update one CMS article by article id. | context: id
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Article id returned by cms_list_articles. | |
| 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. | |
| leadin | No | Omit to keep the current deck HTML; 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 article 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. | |
| maxFreeParagraphs | No | Number of body paragraphs shown as a free preview before purchase, 0 to 5. Applies only to premium in-app-purchase articles. | |
| publicationEndDate | No | Future ISO datetime for scheduled unpublication. Send an empty string to clear an existing scheduled unpublication. | |
| displaySummaryInList | No | Whether the article summary is shown in list views. Writable only when maxFreeParagraphs is 0. |