Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 572 Bytes

File metadata and controls

16 lines (8 loc) · 572 Bytes

UpdateWebhook

an updated webhook

Properties

Name Type Description Notes
url String Here you must place the URL of your Webhook remember that you must program what you will do with the events received. Also do not forget to handle the HTTPS protocol for greater security. [optional]
subscribedEvents List<String> events that will be sent to the webhook [optional]
active Boolean whether the webhook is active or not [optional]