update_article
Partially update an Intercom Help Center article, including title, body, description, state, author, and multilingual content.
Instructions
Update an existing Intercom Help Center article. Supports partial updates and multilingual content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Article ID (required) | |
| title | No | Updated article title (optional) | |
| body | No | Updated article content in HTML format (optional) | |
| description | No | Updated article description (optional) | |
| state | No | Updated article state (optional) | |
| author_id | No | Updated author ID (optional). Use list_admins to find valid IDs by name. | |
| translated_content | No | Updated multilingual content. Only provided fields will be updated. |