Skip to content

Commit f6be9ef

Browse files
author
LaunchDarklyCI
committed
Version 3.8.0 automatically generated from ld-openapi@ed00931.
1 parent aed5cd0 commit f6be9ef

File tree

281 files changed

+3440
-455
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

281 files changed

+3440
-455
lines changed

README.md

Lines changed: 211 additions & 198 deletions
Large diffs are not rendered by default.

docs/HierarchicalLinks.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# LaunchDarklyApi::HierarchicalLinks
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**parent** | [**Link**](Link.md) | | [optional]
7+
**_self** | [**Link**](Link.md) | | [optional]
8+
9+

docs/Integration.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# LaunchDarklyApi::Integration
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**_links** | [**IntegrationLinks**](IntegrationLinks.md) | | [optional]
7+
**items** | [**Array<IntegrationSubscription>**](IntegrationSubscription.md) | | [optional]
8+
9+

docs/IntegrationLinks.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# LaunchDarklyApi::IntegrationLinks
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**_self** | [**Link**](Link.md) | | [optional]
7+
8+

docs/IntegrationSubscription.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# LaunchDarklyApi::IntegrationSubscription
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**_links** | [**HierarchicalLinks**](HierarchicalLinks.md) | | [optional]
7+
**_id** | [**Id**](Id.md) | | [optional]
8+
**kind** | **String** | The type of integration associated with this configuration. | [optional]
9+
**name** | **String** | The user-defined name associated with this configuration. | [optional]
10+
**config** | **Object** | A key-value mapping of configuration fields. | [optional]
11+
**statements** | [**Array<Statement>**](Statement.md) | | [optional]
12+
**on** | **BOOLEAN** | Whether or not the integration is currently active. | [optional]
13+
**tags** | **Array<String>** | An array of tags for this integration configuration. | [optional]
14+
**_status** | [**IntegrationSubscriptionStatus**](IntegrationSubscriptionStatus.md) | | [optional]
15+
16+
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# LaunchDarklyApi::IntegrationSubscriptionStatus
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**success_count** | **Integer** | | [optional]
7+
**last_success** | **Integer** | A unix epoch time in milliseconds specifying the last time this integration was successfully used. | [optional]
8+
**error_count** | **Integer** | | [optional]
9+
10+

docs/Integrations.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# LaunchDarklyApi::Integrations
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**_links** | **Object** | A mapping of integration types to their respective API endpoints. | [optional]
7+
**items** | [**Array<IntegrationSubscription>**](IntegrationSubscription.md) | | [optional]
8+
9+

0 commit comments

Comments
 (0)