Skip to main content
PATCH
Update an endpoint's url / events / enabled / description.

Autorizações

__session
string
cookie
obrigatório

Clerk-managed session cookie (or the first-party tryno_session bridge cookie). Sent automatically by browsers on same-origin requests.

Parâmetros de caminho

handle
string
obrigatório
id
string
obrigatório

Corpo

application/json
url
string<uri>
events
enum<string>[]

Outbound webhook event types (workers/webhook-service.ts).

Opções disponíveis:
member.joined,
member.left,
member.removed,
order.paid,
post.created,
win.approved,
event.created
enabled
boolean
description
string
Maximum string length: 140

Resposta

Success.

The response is of type object.