Update a webhook subscription
Webhooks
Update a webhook subscription
Partially update a webhook subscription’s event, url, and/or
filters. At least one field is required. Values go through the
same validation as POST /v1/webhooks. Returns 404 for unknown
ids, rows belonging to a different account, or soft-deleted rows.
PATCH
Update a webhook subscription
Authorizations
Use Authorization: Bearer tc_live_xxxxx
Headers
Optional client-supplied idempotency key. When present, the gateway
caches the response for 24 hours and returns the same response on
retried requests with the same key (account-scoped). Safe for
retries on network blips. Format: 8-255 ASCII characters from
[A-Za-z0-9_-].
Required string length:
8 - 255Pattern:
^[A-Za-z0-9_-]+$Example:
"a1b2c3d4-e5f6-7890-abcd-ef0123456789"
Path Parameters
Webhook subscription UUID
Body
application/json