Actions
Update Threat Analyst Verdict
Change the verdict of a threat, as determined by a Console user.

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 Analyst Verdict | The new analyst verdict. Options: |
| Threats IDs | List of threats IDs to update their analyst verdict. |
{
"data": {
"affected": 1,
"details": [
{
"result": "<string>",
"threatId": "<string>"
}
]
}
}
Was this page helpful?