Update a subscription
Webhooks
Update a subscription
Updates an existing webhook subscription.
PUT
Update a subscription
Updates the URL or events of an existing webhook subscription. You cannot change the resource — delete the subscription and create a new one instead.Documentation Index
Fetch the complete documentation index at: https://docs.exowizz.com/llms.txt
Use this file to discover all available pages before exploring further.
Path parameters
The webhook subscription ID.
Request body
The new URL to receive webhook deliveries. Must be a valid URL (max 2048 characters).
Updated array of trigger events. Must be a subset of the resource’s supported triggers.
Request
Response
Returns the updated subscription. Example response:Errors
| Status | Description |
|---|---|
404 | Subscription not found or does not belong to the authenticated user |
422 | Validation failed — invalid URL or unsupported events |