Status, Close Reason, Close Note or Assigned To is required.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Status, Close Reason, Close Note or Assigned To is required.
| Parameter | Description |
|---|---|
| Assigned To | The email of the analyst to assign the incident to. |
| Close Note | A free-text note added when closing the incident. |
| Close Reason | Select the reason for closing the incident. |
| Incident ID | The ID of the incident to update. |
| Status | Select the new status of the incident. |
{
"resources": [
{
"id": "string",
"status": "closed",
"close_reason": "valid",
"close_note": "string",
"assigned_to": "string"
}
]
}
Was this page helpful?