Update a webhook
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
id
Webhook ID
Request
This endpoint expects an object.
url
Webhook endpoint URL
secret
Secret for webhook signature verification
disabled_at
Timestamp when webhook was disabled
enabled_events
Array of event types to subscribe to
include
Comma-delimited list of associations to include in webhook payloads. Omit or set to ”*” for all.
oidc_client_id
OIDC client ID
oidc_token_endpoint
OIDC token endpoint URL
oidc_resource_uri
OIDC resource URI
oidc_access_token_ttl_seconds
OIDC access token TTL in seconds
Response
webhook updated
Errors
404
Put V1webhooks ID Request Not Found Error