docs/WebhookCreateParameters.md in phrase-2.26.0 vs docs/WebhookCreateParameters.md in phrase-3.0.0
- old
+ new
@@ -2,10 +2,10 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**callback_url** | **String** | Callback URL to send requests to | [optional]
+**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** | **Boolean** | Whether webhook is active or inactive | [optional]
**include_branches** | **Boolean** | If enabled, webhook will also be triggered for events from branches of the project specified. | [optional]