v1
latestOpenAPI 3.1.02026-08-06911,228852.2 KBStaff
Update Existing Webhook
Updates the details of an existing webhook.
patch/staff/v1/businessLocations/{businessLocationId}/webhooks/{webhookId}
Path parameters
businessLocationIdinteger required
The unique identifier for the business location.
webhookIdstring uuid required
The unique identifier for the webhook.
Request body
Response
Webhook updated successfully
Example response
{
"uuid": "e95c2cc5-4489-4025-a7e2-a34faeaa5f9d",
"webhookName": "My Awesome Webhook",
"businessLocationId": 1234567890
}