Alerts
Update an alert
This endpoint allows you to update an existing alert for a subscription.
PUT
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
External ID of the existing subscription
Example:
"5eb02857-a71e-4ea2-bcf9-57d3a41bc6ba"
Unique code of the alert
Example:
"storage_threshold_alert"
Body
application/json
Update an existing alert for a subscription
The body is of type object
.
Response
200
application/json
Subscription alert updated
The response is of type object
.