v1

latestOpenAPI 3.0.0Proprietary - Commercial Use Only2026-08-06172139621.6 KB
Notification

Updates a notification.

Update the status of the notification.

patch/api/v2/notifications/{id}

Path parameters

idinteger required
Example:123

The id of the notification to be updated.

Request body

Status'Open' | 'Reviewed' | 'Closed' | 'FalsePositive' | 'Suppress' required

The new string status of the notification.

Example request

{
  "Status": "FalsePositive"
}

Response

Success