Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 1.16 KB

File metadata and controls

18 lines (12 loc) · 1.16 KB

UpdateWebhookRequest

Properties

Name Type Description Notes
url string The url of the webhook where notifications will be sent. URL must be valid, unique and https. [optional] [default to undefined]
description string description of the webhook of what it is used for.should not contain special characters. [optional] [default to undefined]
events Array<WebhookEvent> The events that the webhook will be subscribed to [optional] [default to undefined]
enabled boolean The status of the webhook [optional] [default to undefined]
mtls WebhookMtls [optional] [default to undefined]
oauth WebhookOAuth [optional] [default to undefined]
customHeaders WebhookCustomHeadersUpdate [optional] [default to undefined]

[Back to top] [Back to API list] [Back to Model list] [Back to README]