Skip to content

Modify Silence Request

PATCH
/alerts/v1/silence/update/{alert_id}
curl --request PATCH \
--url http://localhost:3000/alerts/v1/silence/update/example \
--header 'Content-Type: application/json' \
--data '{ "startDate": "2023-08-09T10:50:59Z", "endDate": "2023-08-10T10:30:59Z" }'
alert_id
required
string

Unique identifier for the alert

Media type application/json
object
Example
{
"startDate": "2023-08-09T10:50:59Z",
"endDate": "2023-08-10T10:30:59Z"
}

Successful response

Media type application/json