update_knowledge_article
Update the content or details of an existing knowledge article using its system ID.
Instructions
Update a knowledge article (requires WRITE_ENABLED=true)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sys_id | Yes | System ID of the article | |
| fields | Yes | Key-value pairs to update (e.g., {"text": "...updated content..."}) |