update_article
Update specified fields of a Zendesk Help Center article, such as title, body, labels, or section, while leaving other fields unchanged.
Instructions
Update an existing Help Center article's title, body, labels, or section. Pass only the fields you want to change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Article ID to update | |
| body | No | Updated article body content (HTML) | |
| draft | No | Whether the article is a draft | |
| title | No | Updated article title | |
| locale | No | Updated article locale (e.g., 'en-us') | |
| label_names | No | Updated labels | |
| user_segment_id | No | Updated user segment ID | |
| permission_group_id | No | Updated permission group ID |