v1

latestOpenAPI 3.0.2Apache License 2.02026-07-13109285691.8 KB
Webhooks

Update Webhook

Update Webhook

post/v1/webhooks/{webhookId}

Path parameters

webhookIdstring uuid required

Webhook id

Request body

webhookUrlstring

the webhook URL to use.

authorizationHeaderstring nullable

the authorization header to include with the notification.

enabledboolean

whether the webhook is enabled.

categoriesCategory[] nullable

The notification categories to enable.

Example request

{
  "authorizationHeader": "authorizationHeader",
  "categories": [
    null,
    null
  ],
  "webhookUrl": "webhookUrl",
  "enabled": true
}

Response

Webhook Updated