Update a webhook subscription
Webhook Subscriptions
Update a webhook subscription
Scope api_keys:write. agent_id cannot be changed — sending it is a 400. A headers update replaces the whole object, because values are never readable and so cannot be merged client-side.
PATCH
Update a webhook subscription
Authorizations
Path Parameters
Body
application/json
Available options:
call_started, call_completed, recording_completed Available options:
active, disabled Replaces every header on this subscription.
Turning it on mints a secret and returns it once. Turning it on when already on is a no-op, not a rotation. Turning it off clears the secret.
Mint a fresh secret and return it once.
Available options:
native, ringg Response
Updated subscription. Carries signing_secret only when this request minted one.

