update_knowledge_article
Update a knowledge article in ServiceNow by specifying its system ID and the fields to modify. Requires write access to apply changes.
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 |