Webhooks
Update webhook
Partially updates a webhook endpoint. Use this to change the URL, update the event list, or re-enable an auto-disabled endpoint.
PATCH
string
required
BOH API key with
admin:webhooks scope.string
required
Webhook endpoint UUID.
string
New HTTPS URL.
string[]
New event subscription list (replaces the existing list).
boolean
Set
true to re-enable an auto-disabled endpoint. Setting false manually disables it.object
Updated webhook endpoint.

