update_article
Update an existing Zendesk Help Center article's title, body, or draft status. Provide the article ID and at least one field to modify.
Instructions
Update an existing Zendesk Help Center article's content (title, body, draft status). Uses the Zendesk Translations API to modify content for the specified locale. At least one of title, body, or draft must be provided.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | New article body content (HTML). Omit to keep current body. | |
| draft | No | Set to true to make article a draft, false to publish. Omit to keep current status. | |
| title | No | New article title. Omit to keep current title. | |
| locale | No | Locale of the translation to update (default: "en-us"). | en-us |
| article_id | Yes | ID of the article to update. |