v1
latestOpenAPI 3.1.12026-07-242899061.7 MBAlert
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
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
}
]
}