Skip to main content
PATCH
Update a webhook (partial). Requires webhooks:write.

Authorizations

Authorization
string
header
required

The access_token from the exchange endpoint.

Path Parameters

id
string
required

Body

application/json

Partial patch — supply at least one of url/events/active (422 otherwise). events:[] is rejected with 422 (it would widen to ALL events); set active:false to quiet a webhook instead.

url
string<uri>

A public https:// URL (re-checked by the SSRF guard).

events
string[]
Minimum array length: 1
active
boolean

Response

The updated webhook (never the secret).

schema
string
required
Allowed value: "1.0"
webhook
object
required