v1

latestOpenAPI 3.1.12026-07-242899061.7 MB
Alert

Update one or several alerts

Batch-update assignee, workflow status, and notes across one or more classic alerts in a single request.

post/v2/update

Request body

idstring required

Id of the alert to update

assigneestring

New assignee. Can be an id, uhash, username or email.

notestring

New note text

status'unassigned' | 'assigned' | 'pending' | 'dismiss' | 'no-action' | 'actionable' | 'tuning'

New alert status (legacy)

statusInPortal'New' | 'Resolved' | 'Pending' | 'Dismissed' | 'Flag for Tuning'

New alert status

Example request

[
  {
    "id": "FNESDXvojsW"
  }
]

Response

output

Example response

{
  "success": [
    {
      "id": "FNESDXvojsW",
      "note": {
        "date": "2025-04-16T13:00:00.000Z"
      },
      "reviewDate": "2025-04-16T13:00:00.000Z",
      "statusDate": "2025-04-16T13:00:00.000Z"
    }
  ],
  "error": [
    {
      "id": "FNESDXvojry",
      "statusCode": 400
    }
  ]
}