Sha256: 4f3e744d07aee2fdf9d9db112293f5ca69dee5e3d261d47d3570828693e24cc0
Contents?: true
Size: 743 Bytes
Versions: 2
Compression:
Stored size: 743 Bytes
Contents
# LaunchDarklyApi::Webhook ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **_links** | [**Links**](Links.md) | | [optional] **_id** | [**Id**](Id.md) | | [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] **tags** | **Array<String>** | Tags assigned to this webhook. | [optional]
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
launchdarkly_api-2.0.10 | docs/Webhook.md |
launchdarkly_api-2.0.3 | docs/Webhook.md |