Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 820 Bytes

Webhook.md

File metadata and controls

15 lines (12 loc) · 820 Bytes

LaunchDarklyApi::Webhook

Properties

Name Type Description Notes
_links Links [optional]
_id Id [optional]
url String The URL of the remote webhook. [optional]
secret String If defined, the webhooks post request will include a X-LD-Signature header whose value will contain an HMAC SHA256 hex digest of the webhook payload, using the secret as the key. [optional]
on BOOLEAN Whether this webhook is enabled or not. [optional]
name String The name of the webhook. [optional]
statements Array<Statement> [optional]
tags Array<String> Tags assigned to this webhook. [optional]