Skip to main content
PATCH
Partial update webhook

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-Organization-Id
string | null

Path Parameters

id
string<uuid>
required

Body

application/json

PATCH body — all fields optional.

url
string | null
disabled_at
string<date-time> | null
updated_at
string<date-time> | null

Response

The updated webhook.

Response shape.

id
string<uuid> | null
org_id
string<uuid> | null
url
string | null
secret_fingerprint
string | null
disabled_at
string<date-time> | null
last_triggered_at
string<date-time> | null
created_at
string<date-time> | null
updated_at
string<date-time> | null
event_subscriptions
FullValidator · object[] | null
deliveries
FullValidator · object[] | null