updateAlertsStatus
PUT https://{{base_url}}/v1/alert/updateAlertsStatus/{{Alert_Id}}
Toggles the alert whose ID is specified by the {AlertId} parameter as active, or inactive.
Request Body
{"active"=>false}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Apikey | string |
RESPONSES
status: OK
{"active":false}