Skip to content
This repository was archived by the owner on Sep 3, 2021. It is now read-only.

Commit 23f3867

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

23 files changed

+1395
-24
lines changed

README.md

+20-2
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Class | Method | HTTP request | Description
102102
*AccessTokensApi* | [**deleteToken**](docs/AccessTokensApi.md#deletetoken) | **DELETE** /tokens/{tokenId} | Delete an access token by ID.
103103
*AccessTokensApi* | [**getToken**](docs/AccessTokensApi.md#gettoken) | **GET** /tokens/{tokenId} | Get a single access token by ID.
104104
*AccessTokensApi* | [**getTokens**](docs/AccessTokensApi.md#gettokens) | **GET** /tokens | Returns a list of tokens in the account.
105-
*AccessTokensApi* | [**patchToken**](docs/AccessTokensApi.md#patchtoken) | **PATCH** /tokens/{tokenId} | Modify an access tokenby ID.
105+
*AccessTokensApi* | [**patchToken**](docs/AccessTokensApi.md#patchtoken) | **PATCH** /tokens/{tokenId} | Modify an access token by ID.
106106
*AccessTokensApi* | [**postToken**](docs/AccessTokensApi.md#posttoken) | **POST** /tokens | Create a new token.
107107
*AccessTokensApi* | [**resetToken**](docs/AccessTokensApi.md#resettoken) | **POST** /tokens/{tokenId}/reset | Reset an access token's secret key with an optional expiry time for the old key.
108108
*AuditLogApi* | [**getAuditLogEntries**](docs/AuditLogApi.md#getauditlogentries) | **GET** /auditlog | Get a list of all audit log entries. The query parameters allow you to restrict the returned results by date ranges, resource specifiers, or a full-text search query.
@@ -147,6 +147,12 @@ Class | Method | HTTP request | Description
147147
*ProjectsApi* | [**getProjects**](docs/ProjectsApi.md#getprojects) | **GET** /projects | Returns a list of all projects in the account.
148148
*ProjectsApi* | [**patchProject**](docs/ProjectsApi.md#patchproject) | **PATCH** /projects/{projectKey} | Modify a project by ID.
149149
*ProjectsApi* | [**postProject**](docs/ProjectsApi.md#postproject) | **POST** /projects | Create a new project with the given key and name.
150+
*RelayProxyConfigurationsApi* | [**deleteRelayProxyConfig**](docs/RelayProxyConfigurationsApi.md#deleterelayproxyconfig) | **DELETE** /account/relay-auto-configs/{id} | Delete a relay proxy configuration by ID.
151+
*RelayProxyConfigurationsApi* | [**getRelayProxyConfig**](docs/RelayProxyConfigurationsApi.md#getrelayproxyconfig) | **GET** /account/relay-auto-configs/{id} | Get a single relay proxy configuration by ID.
152+
*RelayProxyConfigurationsApi* | [**getRelayProxyConfigs**](docs/RelayProxyConfigurationsApi.md#getrelayproxyconfigs) | **GET** /account/relay-auto-configs | Returns a list of relay proxy configurations in the account.
153+
*RelayProxyConfigurationsApi* | [**patchRelayProxyConfig**](docs/RelayProxyConfigurationsApi.md#patchrelayproxyconfig) | **PATCH** /account/relay-auto-configs/{id} | Modify a relay proxy configuration by ID.
154+
*RelayProxyConfigurationsApi* | [**postRelayAutoConfig**](docs/RelayProxyConfigurationsApi.md#postrelayautoconfig) | **POST** /account/relay-auto-configs | Create a new relay proxy config.
155+
*RelayProxyConfigurationsApi* | [**resetRelayProxyConfig**](docs/RelayProxyConfigurationsApi.md#resetrelayproxyconfig) | **POST** /account/relay-auto-configs/{id}/reset | Reset a relay proxy configuration's secret key with an optional expiry time for the old key.
150156
*RootApi* | [**getRoot**](docs/RootApi.md#getroot) | **GET** / |
151157
*TeamMembersApi* | [**deleteMember**](docs/TeamMembersApi.md#deletemember) | **DELETE** /members/{memberId} | Delete a team member by ID.
152158
*TeamMembersApi* | [**getMe**](docs/TeamMembersApi.md#getme) | **GET** /members/me | Get the current team member associated with the token
@@ -161,6 +167,7 @@ Class | Method | HTTP request | Description
161167
*UserSegmentsApi* | [**patchExpiringUserTargetsOnSegment**](docs/UserSegmentsApi.md#patchexpiringusertargetsonsegment) | **PATCH** /segments/{projectKey}/{userSegmentKey}/expiring-user-targets/{environmentKey} | Update, add, or delete expiring user targets on user segment
162168
*UserSegmentsApi* | [**patchUserSegment**](docs/UserSegmentsApi.md#patchusersegment) | **PATCH** /segments/{projectKey}/{environmentKey}/{userSegmentKey} | Perform a partial update to a user segment.
163169
*UserSegmentsApi* | [**postUserSegment**](docs/UserSegmentsApi.md#postusersegment) | **POST** /segments/{projectKey}/{environmentKey} | Creates a new user segment.
170+
*UserSegmentsApi* | [**updatedUnboundedSegmentTargets**](docs/UserSegmentsApi.md#updatedunboundedsegmenttargets) | **POST** /segments/{projectKey}/{environmentKey}/{userSegmentKey}/unbounded-users | Update targets included or excluded in an unbounded segment
164171
*UserSettingsApi* | [**getExpiringUserTargetsForUser**](docs/UserSettingsApi.md#getexpiringusertargetsforuser) | **GET** /users/{projectKey}/{userKey}/expiring-user-targets/{environmentKey} | Get expiring dates on flags for user
165172
*UserSettingsApi* | [**getUserFlagSetting**](docs/UserSettingsApi.md#getuserflagsetting) | **GET** /users/{projectKey}/{environmentKey}/{userKey}/flags/{featureFlagKey} | Fetch a single flag setting for a user by key.
166173
*UserSettingsApi* | [**getUserFlagSettings**](docs/UserSettingsApi.md#getuserflagsettings) | **GET** /users/{projectKey}/{environmentKey}/{userKey}/flags | Fetch a single flag setting for a user by key.
@@ -208,6 +215,10 @@ Class | Method | HTTP request | Description
208215
- [FeatureFlagConfig](docs/FeatureFlagConfig.md)
209216
- [FeatureFlagCopyBody](docs/FeatureFlagCopyBody.md)
210217
- [FeatureFlagCopyObject](docs/FeatureFlagCopyObject.md)
218+
- [FeatureFlagScheduledChange](docs/FeatureFlagScheduledChange.md)
219+
- [FeatureFlagScheduledChanges](docs/FeatureFlagScheduledChanges.md)
220+
- [FeatureFlagScheduledChangesConflicts](docs/FeatureFlagScheduledChangesConflicts.md)
221+
- [FeatureFlagScheduledChangesConflicts_instructions](docs/FeatureFlagScheduledChangesConflicts_instructions.md)
211222
- [FeatureFlagStatus](docs/FeatureFlagStatus.md)
212223
- [FeatureFlagStatusAcrossEnvironments](docs/FeatureFlagStatusAcrossEnvironments.md)
213224
- [FeatureFlagStatusForQueriedEnvironment](docs/FeatureFlagStatusForQueriedEnvironment.md)
@@ -230,11 +241,16 @@ Class | Method | HTTP request | Description
230241
- [Project](docs/Project.md)
231242
- [ProjectBody](docs/ProjectBody.md)
232243
- [Projects](docs/Projects.md)
244+
- [RelayProxyConfig](docs/RelayProxyConfig.md)
245+
- [RelayProxyConfigBody](docs/RelayProxyConfigBody.md)
246+
- [RelayProxyConfigs](docs/RelayProxyConfigs.md)
233247
- [Role](docs/Role.md)
234248
- [Rollout](docs/Rollout.md)
235249
- [Rule](docs/Rule.md)
250+
- [ScheduledChangesFeatureFlagConflict](docs/ScheduledChangesFeatureFlagConflict.md)
251+
- [SemanticPatchInstruction](docs/SemanticPatchInstruction.md)
252+
- [SemanticPatchInstruction_inner](docs/SemanticPatchInstruction_inner.md)
236253
- [SemanticPatchOperation](docs/SemanticPatchOperation.md)
237-
- [SemanticPatchOperation_instructions](docs/SemanticPatchOperation_instructions.md)
238254
- [Site](docs/Site.md)
239255
- [Statement](docs/Statement.md)
240256
- [Stream](docs/Stream.md)
@@ -253,6 +269,8 @@ Class | Method | HTTP request | Description
253269
- [Token](docs/Token.md)
254270
- [TokenBody](docs/TokenBody.md)
255271
- [Tokens](docs/Tokens.md)
272+
- [UnboundedSegmentTargetChanges](docs/UnboundedSegmentTargetChanges.md)
273+
- [UnboundedSegmentTargetsBody](docs/UnboundedSegmentTargetsBody.md)
256274
- [Usage](docs/Usage.md)
257275
- [UsageError](docs/UsageError.md)
258276
- [UsageLinks](docs/UsageLinks.md)

_client.sh

+59-3
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ case $state in
299299
"deleteToken[Delete an access token by ID.]" \
300300
"getToken[Get a single access token by ID.]" \
301301
"getTokens[Returns a list of tokens in the account.]" \
302-
"patchToken[Modify an access tokenby ID.]" \
302+
"patchToken[Modify an access token by ID.]" \
303303
"postToken[Create a new token.]" \
304304
"resetToken[Reset an access token's secret key with an optional expiry time for the old key.]" "getAuditLogEntries[Get a list of all audit log entries. The query parameters allow you to restrict the returned results by date ranges, resource specifiers, or a full-text search query.]" \
305305
"getAuditLogEntry[Use this endpoint to fetch a single audit log entry by its resouce ID.]" "deleteCustomRole[Delete a custom role by key.]" \
@@ -336,7 +336,12 @@ case $state in
336336
"getProject[Fetch a single project by key.]" \
337337
"getProjects[Returns a list of all projects in the account.]" \
338338
"patchProject[Modify a project by ID.]" \
339-
"postProject[Create a new project with the given key and name.]" "getRoot[]" "deleteMember[Delete a team member by ID.]" \
339+
"postProject[Create a new project with the given key and name.]" "deleteRelayProxyConfig[Delete a relay proxy configuration by ID.]" \
340+
"getRelayProxyConfig[Get a single relay proxy configuration by ID.]" \
341+
"getRelayProxyConfigs[Returns a list of relay proxy configurations in the account.]" \
342+
"patchRelayProxyConfig[Modify a relay proxy configuration by ID.]" \
343+
"postRelayAutoConfig[Create a new relay proxy config.]" \
344+
"resetRelayProxyConfig[Reset a relay proxy configuration's secret key with an optional expiry time for the old key.]" "getRoot[]" "deleteMember[Delete a team member by ID.]" \
340345
"getMe[Get the current team member associated with the token]" \
341346
"getMember[Get a single team member by ID.]" \
342347
"getMembers[Returns a list of all members in the account.]" \
@@ -347,7 +352,8 @@ case $state in
347352
"getUserSegments[Get a list of all user segments in the given project.]" \
348353
"patchExpiringUserTargetsOnSegment[Update, add, or delete expiring user targets on user segment]" \
349354
"patchUserSegment[Perform a partial update to a user segment.]" \
350-
"postUserSegment[Creates a new user segment.]" "getExpiringUserTargetsForUser[Get expiring dates on flags for user]" \
355+
"postUserSegment[Creates a new user segment.]" \
356+
"updatedUnboundedSegmentTargets[Update targets included or excluded in an unbounded segment]" "getExpiringUserTargetsForUser[Get expiring dates on flags for user]" \
351357
"getUserFlagSetting[Fetch a single flag setting for a user by key.]" \
352358
"getUserFlagSettings[Fetch a single flag setting for a user by key.]" \
353359
"patchExpiringUserTargetsForFlags[Update, add, or delete expiring user targets for a single user on all flags]" \
@@ -731,6 +737,47 @@ case $state in
731737
)
732738
_describe -t actions 'operations' _op_arguments -S '' && ret=0
733739
;;
740+
deleteRelayProxyConfig)
741+
local -a _op_arguments
742+
_op_arguments=(
743+
"id=:[PATH] The relay proxy configuration ID"
744+
)
745+
_describe -t actions 'operations' _op_arguments -S '' && ret=0
746+
;;
747+
getRelayProxyConfig)
748+
local -a _op_arguments
749+
_op_arguments=(
750+
"id=:[PATH] The relay proxy configuration ID"
751+
)
752+
_describe -t actions 'operations' _op_arguments -S '' && ret=0
753+
;;
754+
getRelayProxyConfigs)
755+
local -a _op_arguments
756+
_op_arguments=(
757+
)
758+
_describe -t actions 'operations' _op_arguments -S '' && ret=0
759+
;;
760+
patchRelayProxyConfig)
761+
local -a _op_arguments
762+
_op_arguments=(
763+
"id=:[PATH] The relay proxy configuration ID"
764+
)
765+
_describe -t actions 'operations' _op_arguments -S '' && ret=0
766+
;;
767+
postRelayAutoConfig)
768+
local -a _op_arguments
769+
_op_arguments=(
770+
)
771+
_describe -t actions 'operations' _op_arguments -S '' && ret=0
772+
;;
773+
resetRelayProxyConfig)
774+
local -a _op_arguments
775+
_op_arguments=(
776+
"id=:[PATH] The relay proxy configuration ID"
777+
"expiry=:[QUERY] An expiration time for the old relay proxy configuration key, expressed as a Unix epoch time in milliseconds. By default, the relay proxy configuration will expire immediately"
778+
)
779+
_describe -t actions 'operations' _op_arguments -S '' && ret=0
780+
;;
734781
getRoot)
735782
local -a _op_arguments
736783
_op_arguments=(
@@ -842,6 +889,15 @@ case $state in
842889
)
843890
_describe -t actions 'operations' _op_arguments -S '' && ret=0
844891
;;
892+
updatedUnboundedSegmentTargets)
893+
local -a _op_arguments
894+
_op_arguments=(
895+
"projectKey=:[PATH] The project key, used to tie the flags together under one project so they can be managed together."
896+
"environmentKey=:[PATH] The environment key, used to tie together flag configuration and users under one environment so they can be managed together."
897+
"userSegmentKey=:[PATH] The user segment's key. The key identifies the user segment in your code."
898+
)
899+
_describe -t actions 'operations' _op_arguments -S '' && ret=0
900+
;;
845901
getExpiringUserTargetsForUser)
846902
local -a _op_arguments
847903
_op_arguments=(

0 commit comments

Comments
 (0)