v1

latestOpenAPI 3.1.02026-07-2419782400.4 KB
Configurations

Update a Webhook Configuration

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

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

Path parameters

idstring required

Webhook configuration ID.

Request body

eventsstring[]
preArchivedNotificationDaysinteger

Example request

{
  "preArchivedNotificationDays": 5
}

Response

Webhook updated successfully