Update an Alert
This endpoint is used to update an existing alert.
PUT /openapi/v1/alert_confs/
Parameters: The request URL contains the following parameters
Name |
Type |
Description |
---|---|---|
alert_id |
string |
To retrieve or modify the configuration settings for the alert. |
The JSON request body contains the following parameters
Name |
Type |
Description |
---|---|---|
name |
string |
User specified name for the alert. |
description |
string |
User specified description for the alert. |
The requesting user must have access to the provided scope. A alert without a scope is called a ‘Service Provider Alert’ and only site admin may update them.
Response object: The updated alert object with the specified ID.