Alerts
Enterprise

Update Alert Webhook

Partially updates an alert webhook by ID. Only fields present in the request body are modified.

patch/api/v2/alert-webhooks/{alert_webhook_id}

Request body

namestring
descriptionstring
urlstring uri
type'generic' | 'slack' | 'ms-teams'
disabledboolean

Set to true to disable the webhook (populates disabled_at/disabled_by), false to re-enable.

Response

OK

Changes

Changed in 1 of the 66 revisions of this API.1