v49

latestOpenAPI 3.1.0Proprietaryraw.githubusercontent.com2026-02-185890337.1 KB
Webhooks

Update a webhook

patch/tenants/{tenantId}/webhooks/{webhookId}

Path parameters

tenantIdstring required

The tenant ID

webhookIdstring required

Webhook ID

Request body

namestring nullable
urlstring uri nullable
eventsstring[] nullable
allEventsboolean nullable
enabledboolean nullable

Response

Webhook updated

successtrue required

Example response

{
  "data": {
    "id": "456"
  },
  "meta": {
    "requestId": "req_V1StGXR8_Z5jdHi6"
  }
}