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