update_article
Update a Zendesk Guide article by providing its ID and modifying fields such as title, body, locale, draft status, permissions, user segments, or labels.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Article ID to update | |
| title | No | Updated article title | |
| body | No | Updated article body content (HTML) | |
| locale | No | Updated article locale (e.g., 'en-us') | |
| draft | No | Whether the article is a draft | |
| permission_group_id | No | Updated permission group ID | |
| user_segment_id | No | Updated user segment ID | |
| label_names | No | Updated labels |