Update a webhook

Authentication

AuthorizationBasic

Basic authentication of the form Basic <username:password>.

Path parameters

idstringRequired
Webhook ID

Request

This endpoint expects an object.
urlstringOptional
Webhook endpoint URL
secretstringOptional
Secret for webhook signature verification
disabled_atstringOptional
Timestamp when webhook was disabled
enabled_eventslist of stringsOptional
Array of event types to subscribe to
oidc_client_idstringOptional
OIDC client ID
oidc_token_endpointstringOptional
OIDC token endpoint URL
oidc_resource_uristringOptional
OIDC resource URI
oidc_access_token_ttl_secondsintegerOptional
OIDC access token TTL in seconds

Response

webhook updated

Errors