v1

latestOpenAPI 3.1.02026-07-22154213404.8 KB
Webhooks

Update a webhook subscription

Updates a webhook subscription. Any combination of the subscribed event types, state (ACTIVE or DISABLED), and description may be changed, and at least one field must be supplied. Setting state to ACTIVE re-enables a subscription that was auto-blocked after sustained delivery failures.

patch/webhooks/{id}

Path parameters

idstring uuid required
Example:550e8400-e29b-41d4-a716-446655440000

Request body

eventTypesstring[]
state'ACTIVE' | 'DISABLED'
descriptionstring nullable

Response

Updated webhook subscription