Skip to main content
PATCH
Update Webhook Endpoint

Authorizations

X-API-Key
string
header
required

Path Parameters

id
string
required

Endpoint id (UUID) to update.

Body

application/json
id
string
required

Endpoint id (UUID) to update.

event_types
string[]

Replacement set of event types; the same closed vocabulary as on create. An empty list keeps the current subscription — it does not unsubscribe.

url
string

New delivery target, with the same rules as on create. Omit to keep the current url. Changing it also clears the consecutive-failure counter, so a fix does not inherit the dead host's failures.

Response

OK

endpoint
object

The endpoint after the update.