v2

latestOpenAPI 3.1.02026-08-07750280.6 KB
Webhooks

Update a webhook subscription

Update a subscription's URL, subscribed events, label, or active state. Only the provided fields are changed. The secret cannot be changed or retrieved — delete and recreate to rotate it.

Authentication:
- API key with READ_WRITE permission
patch/webhooks/{webhook_id}

Path parameters

webhook_idstring uuid required

Request body

webhook_urlstring nullable

New destination URL.

eventsstring[] nullable

Replacement set of subscribed event types.

descriptionstring nullable

New human-readable label.

is_activeboolean nullable

Enable or disable deliveries to this subscription.

Response

Subscription updated

{"stackTrail":"paths:/webhooks/{webhook_id}:patch:responses:200:content:application/json:schema","oasType":"schema","type":"unknown","title":"Response Update Webhook Webhooks Webhook Id Patch"}