Skip to content
PATCH
/alerts/v1/update/{alert_id}
curl --request PATCH \
--url http://localhost:3000/alerts/v1/update/example \
--header 'Content-Type: application/json' \
--data '{ "description": "This alert rule is designed to promptly notify you when one or more servers in your infrastructure become unresponsive or inaccessible.", "labels": { "severity": "warning" } }'

This URL will provide access to users to edit any properties in the Alert rule and save the changes.

alert_id
required
string

Unique identifier for the alert

Media type application/json
object
Example
{
"description": "This alert rule is designed to promptly notify you when one or more servers in your infrastructure become unresponsive or inaccessible.",
"labels": {
"severity": "warning"
}
}

Successful response

Media type application/json