Skip to content

Commit ad05673

Browse files
author
LaunchDarklyCI
committed
Version 3.6.0 automatically generated from ld-openapi@9eae9ab.
1 parent c505795 commit ad05673

File tree

269 files changed

+4019
-542
lines changed

Some content is hidden

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

269 files changed

+4019
-542
lines changed

README.md

Lines changed: 193 additions & 175 deletions
Large diffs are not rendered by default.

docs/AccessTokensApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Method | HTTP request | Description
77
[**deleteToken**](AccessTokensApi.md#deleteToken) | **DELETE** /tokens/{tokenId} | Delete an access token by ID.
88
[**getToken**](AccessTokensApi.md#getToken) | **GET** /tokens/{tokenId} | Get a single access token by ID.
99
[**getTokens**](AccessTokensApi.md#getTokens) | **GET** /tokens | Returns a list of tokens in the account.
10-
[**patchToken**](AccessTokensApi.md#patchToken) | **PATCH** /tokens/{tokenId} | Modify an access tokenby ID.
10+
[**patchToken**](AccessTokensApi.md#patchToken) | **PATCH** /tokens/{tokenId} | Modify an access token by ID.
1111
[**postToken**](AccessTokensApi.md#postToken) | **POST** /tokens | Create a new token.
1212
[**resetToken**](AccessTokensApi.md#resetToken) | **POST** /tokens/{tokenId}/reset | Reset an access token's secret key with an optional expiry time for the old key.
1313

@@ -170,7 +170,7 @@ Name | Type | Description | Notes
170170
# **patchToken**
171171
> Token patchToken(tokenIdpatchDelta)
172172
173-
Modify an access tokenby ID.
173+
Modify an access token by ID.
174174

175175
### Example
176176
```javascript

docs/FeatureFlagScheduledChange.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# LaunchDarklyApi.FeatureFlagScheduledChange
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**executionDate** | **Number** | A unix epoch time in milliseconds specifying the date the scheduled changes will be applied | [optional]
7+
**version** | **Number** | | [optional]
8+
**id** | **String** | | [optional]
9+
**instructions** | [**SemanticPatchInstruction**](SemanticPatchInstruction.md) | | [optional]
10+
11+

docs/FeatureFlagScheduledChanges.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# LaunchDarklyApi.FeatureFlagScheduledChanges
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**links** | [**Links**](Links.md) | | [optional]
7+
**items** | [**[FeatureFlagScheduledChange]**](FeatureFlagScheduledChange.md) | | [optional]
8+
9+
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# LaunchDarklyApi.FeatureFlagScheduledChangesConflicts
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**instructions** | [**[FeatureFlagScheduledChangesConflictsInstructions]**](FeatureFlagScheduledChangesConflictsInstructions.md) | | [optional]
7+
8+
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# LaunchDarklyApi.FeatureFlagScheduledChangesConflictsInstructions
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**kind** | **String** | The name of the modification you would like to perform on a resource. | [optional]
7+
**conflicts** | [**[ScheduledChangesFeatureFlagConflict]**](ScheduledChangesFeatureFlagConflict.md) | | [optional]
8+
9+

docs/RelayProxyConfig.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# LaunchDarklyApi.RelayProxyConfig
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**id** | [**Id**](Id.md) | |
7+
**creator** | [**Member**](Member.md) | |
8+
**name** | **String** | A human-friendly name for the relay proxy configuration |
9+
**policy** | [**[Policy]**](Policy.md) | |
10+
**fullKey** | **String** | Full secret key. Only included if creating or resetting the relay proxy configuration | [optional]
11+
**displayKey** | **String** | The last 4 digits of the unique secret key for this relay proxy configuration |
12+
**creationDate** | **Number** | A unix epoch time in milliseconds specifying the creation time of this relay proxy configuration |
13+
**lastModified** | **Number** | A unix epoch time in milliseconds specifying the last time this relay proxy configuration was modified |
14+
15+

docs/RelayProxyConfigBody.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# LaunchDarklyApi.RelayProxyConfigBody
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**name** | **String** | A human-friendly name for the relay proxy configuration | [optional]
7+
**policy** | [**[Policy]**](Policy.md) | | [optional]
8+
9+

docs/RelayProxyConfigs.md

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

0 commit comments

Comments
 (0)