Skip to content
This repository was archived by the owner on Feb 3, 2026. It is now read-only.

Latest commit

 

History

History
15 lines (11 loc) · 761 Bytes

File metadata and controls

15 lines (11 loc) · 761 Bytes

LaunchDarklyApi.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 [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 [String] List of tags for this webhook [optional]