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
Example request
{
"Status": "FalsePositive"
}Response
Success