Update a notification webhook
Update a webhook’s delivery switch and/or its subscribed topics. Only the fields
present in the request change; topics replaces the whole set. The endpoint URL
is immutable — delete and recreate to change it. A webhook that does not exist or
belongs to another organization is reported as not found.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
The organization ID of the user's organization
The webhook ID
Body
Partial update of a webhook. Only the fields present change: enabled toggles
the delivery switch; topics replaces the full subscription set (an empty list
clears it). The endpoint URL is immutable — delete and recreate to change it.
Response
OK
Partner-facing view of a registered notification webhook, read from the
Webhook projection. The owning organization is implicit in the URL, and the
signing secret is never exposed here — it is surfaced once at creation and on
rotation and nowhere else.
