v1

latestOpenAPI 3.1.12026-07-267189154.8 KB
Webhooks

Update webhook

Update an existing webhook for the current workspace. All fields are optional—only include the fields you want to update.

patch/webhooks/{id}

Path parameters

idstring uuid required

The unique identifier of the webhook to update

Request body

namestring

The name of the webhook

urlstring uri

The URL that will receive webhook events

descriptionstring

An optional description for the webhook

topicsstring[]

The event types this webhook should listen to

headersobject

Optional custom headers to include in webhook requests

Response

Webhook updated

idstring uuid
namestring
urlstring uri
descriptionstring nullable
headersobject nullable
topicsstring[]
createdAtstring date-time