Update an alert by id
PATCH
Authorizations
Headers
API Key for authentication
Path Parameters
UUID of the alert
Example:
"382bc9c0-6a3b-4255-97f4-98e91ceab047"
Body
application/json
The code of the alert
Example:
"292"
The status of the alert
Available options:
INVALID
, OPEN
, IN_PROGRESS
, DONE
Example:
"OPEN"