Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 889 Bytes

UpdateWebhookRequest.md

File metadata and controls

15 lines (9 loc) · 889 Bytes

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]

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