update_knowledge_article
Update a ServiceNow knowledge article by specifying its system ID and the fields to change, enabling corrections or content refreshes.
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 |