docs/WebhookBody.md in launchdarkly_api-2.0.30 vs docs/WebhookBody.md in launchdarkly_api-2.0.31
- old
+ new
@@ -6,9 +6,9 @@
**url** | **String** | The URL of the remote webhook. |
**secret** | **String** | If sign is true, and the secret attribute is omitted, LaunchDarkly will automatically generate a secret for you. | [optional]
**sign** | **BOOLEAN** | If sign is false, the webhook will not include a signature header, and the secret can be omitted. |
**on** | **BOOLEAN** | Whether this webhook is enabled or not. |
**name** | **String** | The name of the webhook. | [optional]
-**statements** | [**Statements**](Statements.md) | | [optional]
+**statements** | [**Array<Statement>**](Statement.md) | | [optional]
**tags** | **Array<String>** | Tags for the webhook. | [optional]