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

KeyDatatypeRequiredDescription
Apikeystring

RESPONSES

status: OK

{"active":false}