Actions
Update Threat Incident
Update the incident details of a threat.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| New Incident Status | The new incident status. Options: |
| Threats IDs | Threats to update their external ticket ID. |
{
"data": {
"affected": 2,
"details": [
{
"analystVerdict": "<string>",
"result": "<string>",
"threatId": "<string>"
}
]
}
}
Was this page helpful?