Update Alert

Update Alert
Request
URI
PUT
https://{api_host}//api/alerts/{alert_id}
COPY

Request Body
alertsUpdateAlertRequest of type(s) application/json
Required
{
    "state": "string",
    "alertId": "string"
}
state
Optional

state

string
alertId
Optional

alertId

Responses
200
Returns alertsAlertId of type(s) */*
{
    "alertId": "string"
}
string
alertId
Optional

alertId


404

Not Found

Operation doesn't return any data structure