Skip to main content
PATCH
Update Webhook Endpoint

Авторизации

X-API-Key
string
header
обязательно

Параметры пути

id
string
обязательно

Endpoint id (UUID) to update.

Тело

application/json
id
string
обязательно

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.

Ответ

OK

endpoint
object

The endpoint after the update.