Update a webhook
Updates a webhook configuration.
Parameters
id(string)required
The ID of the webhook (path parameter).
url(string)
Webhook endpoint URL.
secret(string)
Webhook secret.
enabled(boolean)
Whether the webhook is enabled.
subscribedEvents(array)
Event types.
retryPolicy(object)
Retry policy.
headers(object)
Custom headers to include.
timeout(number)
Request timeout in ms.