update_incident
Modify an existing incident's fields, such as state or urgency, by providing its system ID and key-value pairs.
Instructions
Update fields on an existing incident (requires WRITE_ENABLED=true)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | Yes | Key-value pairs to update (e.g., {"state": "2", "urgency": "1"}) | |
| sys_id | Yes | System ID of the incident |