Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 796 Bytes

WebhookPost.md

File metadata and controls

19 lines (11 loc) · 796 Bytes

WebhookPost

Properties

Name Type Description Notes
name String A human-readable name for your webhook [optional]
url String The URL of the remote webhook
secret String If sign is true, and the secret attribute is omitted, LaunchDarkly automatically generates a secret for you. [optional]
statements List<StatementPost> [optional]
sign Boolean If sign is false, the webhook does not include a signature header, and the secret can be omitted.
on Boolean Whether or not this webhook is enabled.
tags List<String> List of tags for this webhook [optional]