Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 903 Bytes

WebhookCreateParameters.md

File metadata and controls

16 lines (11 loc) · 903 Bytes

# WebhookCreateParameters

Properties

Name Type Description Notes
callback_url string Callback URL to send requests to
secret string Webhook secret used to calculate signature. If empty, the default project secret will be used. [optional]
description string Webhook description [optional]
events string List of event names to trigger the webhook (separated by comma) [optional]
active bool Whether webhook is active or inactive [optional]
include_branches bool If enabled, webhook will also be triggered for events from branches of the project specified. [optional]

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