update_knowledge_article
Modify existing ServiceNow knowledge articles by updating specific fields like content or metadata using the article's 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..."}) |