Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 758 Bytes

WebhookBody.md

File metadata and controls

14 lines (11 loc) · 758 Bytes

LaunchDarklyApi::WebhookBody

Properties

Name Type Description Notes
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 Array<Statement> [optional]
tags Array<String> Tags for the webhook. [optional]