v1

latestOpenAPI 3.1.02026-07-2419782400.4 KB
Configurations

Patch a Webhook Configuration

Please be aware that using this endpoint requires the Manage Webhooks configurations security role.

patch/v7/webhooks/public/api/subscriptions/{id}

Path parameters

idstring required

Webhook configuration ID.

Request body

namestring
statusinteger

Example request

{
  "name": "Updated name via API",
  "status": 1
}

Response

Webhook patched successfully