Skip to content

Commit f3a2dc7

Browse files
author
LaunchDarklyCI
committed
Version 5.0.2 automatically generated from ld-openapi@5f6514d.
1 parent 6271e3b commit f3a2dc7

File tree

317 files changed

+16791
-12080
lines changed

Some content is hidden

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

317 files changed

+16791
-12080
lines changed

.swagger-codegen/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.4.8
1+
2.4.17

README.md

Lines changed: 246 additions & 240 deletions
Large diffs are not rendered by default.

docs/AccessTokensApi.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Method | HTTP request | Description
99
[**getTokens**](AccessTokensApi.md#getTokens) | **GET** /tokens | Returns a list of tokens in the account.
1010
[**patchToken**](AccessTokensApi.md#patchToken) | **PATCH** /tokens/{tokenId} | Modify an access token by ID.
1111
[**postToken**](AccessTokensApi.md#postToken) | **POST** /tokens | Create a new token.
12-
[**resetToken**](AccessTokensApi.md#resetToken) | **POST** /tokens/{tokenId}/reset | Reset an access token's secret key with an optional expiry time for the old key.
12+
[**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

1414

1515
<a name="deleteToken"></a>
@@ -151,7 +151,7 @@ apiInstance.getTokens(opts, callback);
151151

152152
Name | Type | Description | Notes
153153
------------- | ------------- | ------------- | -------------
154-
**showAll** | **Boolean**| If set to true, and the authentication access token has the \&quot;Admin\&quot; role, personal access tokens for all members will be retrieved. | [optional]
154+
**showAll** | **Boolean**| If set to true, and the authentication access token has the \"Admin\" role, personal access tokens for all members will be retrieved. | [optional]
155155

156156
### Return type
157157

@@ -205,7 +205,7 @@ apiInstance.patchToken(tokenIdpatchDelta, callback);
205205
Name | Type | Description | Notes
206206
------------- | ------------- | ------------- | -------------
207207
**tokenId** | **String**| The access token ID. |
208-
**patchDelta** | [**[PatchOperation]**](PatchOperation.md)| Requires a JSON Patch representation of the desired changes to the project. &#39;http://jsonpatch.com/&#39; |
208+
**patchDelta** | [**[PatchOperation]**](PatchOperation.md)| Requires a JSON Patch representation of the desired changes to the project. 'http://jsonpatch.com/' |
209209

210210
### Return type
211211

@@ -275,7 +275,7 @@ Name | Type | Description | Notes
275275
# **resetToken**
276276
> Token resetToken(tokenId, opts)
277277
278-
Reset an access token&#39;s secret key with an optional expiry time for the old key.
278+
Reset an access token's secret key with an optional expiry time for the old key.
279279

280280
### Example
281281
```javascript

docs/CustomRolesApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ apiInstance.patchCustomRole(customRoleKey, patchDelta, callback);
197197
Name | Type | Description | Notes
198198
------------- | ------------- | ------------- | -------------
199199
**customRoleKey** | **String**| The custom role key. |
200-
**patchDelta** | [**[PatchOperation]**](PatchOperation.md)| Requires a JSON Patch representation of the desired changes to the project. &#39;http://jsonpatch.com/&#39; |
200+
**patchDelta** | [**[PatchOperation]**](PatchOperation.md)| Requires a JSON Patch representation of the desired changes to the project. 'http://jsonpatch.com/' |
201201

202202
### Return type
203203

docs/DataExportDestinationsApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ Name | Type | Description | Notes
215215
**projectKey** | **String**| The project key, used to tie the flags together under one project so they can be managed together. |
216216
**environmentKey** | **String**| The environment key, used to tie together flag configuration and users under one environment so they can be managed together. |
217217
**destinationId** | **String**| The data export destination ID. |
218-
**patchOnly** | [**[PatchOperation]**](PatchOperation.md)| Requires a JSON Patch representation of the desired changes to the project. &#39;http://jsonpatch.com/&#39; Feature flag patches also support JSON Merge Patch format. &#39;https://tools.ietf.org/html/rfc7386&#39; The addition of comments is also supported. |
218+
**patchOnly** | [**[PatchOperation]**](PatchOperation.md)| Requires a JSON Patch representation of the desired changes to the project. 'http://jsonpatch.com/' Feature flag patches also support JSON Merge Patch format. 'https://tools.ietf.org/html/rfc7386' The addition of comments is also supported. |
219219

220220
### Return type
221221

docs/Defaults.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**onVariation** | **Number** | The index of the variation to be served when a flag&#39;s targeting is on (default variation). |
6+
**onVariation** | **Number** | The index of the variation to be served when a flag's targeting is on (default variation). |
77
**offVariation** | **Number** | The index of the variation to be served when a flag is off. |
88

99

docs/Destination.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Name | Type | Description | Notes
66
**links** | [**Links**](Links.md) | | [optional]
77
**id** | **String** | Unique destination ID. | [optional]
88
**name** | **String** | The destination name | [optional]
9-
**kind** | **String** | Destination type (\&quot;google-pubsub\&quot;, \&quot;kinesis\&quot;, \&quot;mparticle\&quot;, or \&quot;segment\&quot;) | [optional]
9+
**kind** | **String** | Destination type (\"google-pubsub\", \"kinesis\", \"mparticle\", or \"segment\") | [optional]
1010
**config** | **Object** | destination-specific configuration. | [optional]
1111
**on** | **Boolean** | Whether the data export destination is on or not. | [optional]
1212
**version** | **Number** | | [optional]
@@ -16,7 +16,7 @@ Name | Type | Description | Notes
1616
## Enum: KindEnum
1717

1818

19-
* `google-pubsub` (value: `"google-pubsub"`)
19+
* `googlePubsub` (value: `"google-pubsub"`)
2020

2121
* `kinesis` (value: `"kinesis"`)
2222

docs/DestinationBody.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Name | Type | Description | Notes
1313
## Enum: KindEnum
1414

1515

16-
* `google-pubsub` (value: `"google-pubsub"`)
16+
* `googlePubsub` (value: `"google-pubsub"`)
1717

1818
* `kinesis` (value: `"kinesis"`)
1919

docs/EnvironmentApprovalSettings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Name | Type | Description | Notes
1616

1717
* `launchdarkly` (value: `"launchdarkly"`)
1818

19-
* `service-now` (value: `"service-now"`)
19+
* `serviceNow` (value: `"service-now"`)
2020

2121

2222

docs/EnvironmentPost.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
66
**name** | **String** | The name of the new environment. |
77
**key** | **String** | A project-unique key for the new environment. |
8-
**color** | **String** | A color swatch (as an RGB hex value with no leading &#39;#&#39;, e.g. C8C8C8). |
8+
**color** | **String** | A color swatch (as an RGB hex value with no leading '#', e.g. C8C8C8). |
99
**defaultTtl** | **Number** | The default TTL for the new environment. | [optional]
1010
**secureMode** | **Boolean** | Determines whether the environment is in secure mode. | [optional]
1111
**defaultTrackEvents** | **Boolean** | Set to true to send detailed event information for newly created flags. | [optional]

0 commit comments

Comments
 (0)