OpenAPI 3.1.02026-08-12911,252858.9 KB
96f04e4e3f61
Staff
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
}