POS Update Webhook

Update the details of a webhook subscription for all events registered to your specified location.

If the optional locationId parameter is supplied, the webhook will be the one registered against the supplied location. If no location is specified (or the reserved ID of all is submitted) then the webhook will be considered a global webhook, meaning any event from any subscribed location will be sent to that webhook endpoint.

Only one global webhook may be registered for a given Doshii event.

PUT /webhooks/{locationId}
PUT ​/webhooks​/{locationId}​/{event}

For more detailed information on this specific endpoint please review the details found in the OpenAPI docs.