Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 879 Bytes

WebhookCreateParameters.md

File metadata and controls

15 lines (11 loc) · 879 Bytes

WebhookCreateParameters

Properties

Name Type Description Notes
callback_url str Callback URL to send requests to
secret str Webhook secret used to calculate signature. If empty, the default project secret will be used. [optional]
description str Webhook description [optional]
events str 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]