update_article
Update an existing knowledge base article's title, body, or category by providing the team and article IDs. Modify content to keep documentation current.
Instructions
Update an existing knowledge base article's title, body, or category. Use list_teams to find your team ID first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | New article body in HTML | |
| title | No | New article title | |
| teamId | Yes | The team ID | |
| articleId | Yes | The article ID to update | |
| categoryId | No | New category ID |