Skip to content

Commit 0590b6d

Browse files
author
LaunchDarklyCI
committed
Version 5.0.3 automatically generated from ld-openapi@dffa29a.
1 parent e549518 commit 0590b6d

File tree

310 files changed

+1458
-608
lines changed

Some content is hidden

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

310 files changed

+1458
-608
lines changed

README.md

Lines changed: 236 additions & 235 deletions
Large diffs are not rendered by default.

docs/ApprovalRequest.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@ Name | Type | Description | Notes
88
**creation_date** | **Integer** | A unix epoch time in milliseconds specifying the date the approval request was requested | [optional]
99
**requestor_id** | **String** | The id of the member that requested the change | [optional]
1010
**review_status** | [**ApprovalRequestReviewStatus**](ApprovalRequestReviewStatus.md) | | [optional]
11-
**status** | **String** | | Name | Description | | --------:| ----------- | | pending | the approval request has not been applied yet | | completed| the approval request has been applied successfully | | failed | the approval request has been applied but the changes were not applied successfully | | [optional]
11+
**status** | **String** | | Name | Description | | ---------:| ----------- | | pending | the approval request has not been applied yet | | completed | the approval request has been applied successfully | | scheduled | the approval request for a scheduled change has been applied successfully | | failed | the approval request has been applied but the changes were not applied successfully | | [optional]
1212
**applied_by_member_id** | **String** | The id of the member that applied the approval request | [optional]
1313
**applied_date** | **Integer** | A unix epoch time in milliseconds specifying the date the approval request was applied | [optional]
1414
**all_reviews** | [**Array<ApprovalRequestReview>**](ApprovalRequestReview.md) | | [optional]
1515
**notify_member_ids** | **Array<String>** | | [optional]
1616
**instructions** | [**SemanticPatchInstruction**](SemanticPatchInstruction.md) | | [optional]
17+
**execution_date** | **Integer** | Timestamp for when instructions will be executed | [optional]
18+
**operating_on_id** | **String** | ID of scheduled change to edit or delete | [optional]
1719

1820

docs/ApprovalRequestConfigBody.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,7 @@ Name | Type | Description | Notes
77
**instructions** | [**SemanticPatchInstruction**](SemanticPatchInstruction.md) | |
88
**notify_member_ids** | **Array<String>** | |
99
**comment** | **String** | comment will be included in audit log item for change. | [optional]
10+
**execution_date** | **Integer** | Timestamp for when instructions will be executed | [optional]
11+
**operating_on_id** | **String** | ID of scheduled change to edit or delete | [optional]
1012

1113

docs/BigSegmentTargetChanges.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# LaunchDarklyApi::BigSegmentTargetChanges
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**add** | **Array<String>** | Users to add to this list of targets | [optional]
7+
**remove** | **Array<String>** | Users to remove from this list of targets | [optional]
8+
9+

docs/BigSegmentTargetsBody.md

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

docs/FeatureFlagStatus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ Name | Type | Description | Notes
66
**name** | **String** | | Name | Description | | --------:| ----------- | | new | the feature flag was created within the last 7 days, and has not been requested yet | | active | the feature flag was requested by your servers or clients within the last 7 days | | inactive | the feature flag was created more than 7 days ago, and hasn't been requested by your servers or clients within the past 7 days | | launched | one variation of the feature flag has been rolled out to all your users for at least 7 days | | [optional]
77
**last_requested** | **String** | | [optional]
88
**default** | **Object** | | [optional]
9-
**_links** | [**Links**](Links.md) | | [optional]
9+
**_links** | [**FeatureFlagStatusLinks**](FeatureFlagStatusLinks.md) | | [optional]
1010

1111

docs/FeatureFlagStatusAcrossEnvironments.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-
**_links** | [**Links**](Links.md) | | [optional]
6+
**_links** | [**FeatureFlagStatusLinks**](FeatureFlagStatusLinks.md) | | [optional]
77
**key** | **String** | | [optional]
88
**environments** | [**Hash<String, FeatureFlagStatusForQueriedEnvironment>**](FeatureFlagStatusForQueriedEnvironment.md) | | [optional]
99

docs/FeatureFlagStatusLinks.md

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

docs/FeatureFlagStatuses.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-
**_links** | [**Links**](Links.md) | | [optional]
6+
**_links** | [**FeatureFlagStatusLinks**](FeatureFlagStatusLinks.md) | | [optional]
77
**items** | [**Array<FeatureFlagStatus>**](FeatureFlagStatus.md) | | [optional]
88

99

docs/UserSegment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Name | Type | Description | Notes
1111
**included** | **Array<String>** | An array of user keys that are included in this segment. | [optional]
1212
**excluded** | **Array<String>** | An array of user keys that should not be included in this segment, unless they are also listed in \"included\". | [optional]
1313
**rules** | [**Array<UserSegmentRule>**](UserSegmentRule.md) | An array of rules that can cause a user to be included in this segment. | [optional]
14-
**unbounded** | **BOOLEAN** | Controls whether this segment can support unlimited numbers of users. Requires the beta API and additional setup. Include/exclude lists in this payload are not used in unbounded segments. | [optional]
14+
**unbounded** | **BOOLEAN** | Controls whether this is considered a \"big segment\" which can support an unlimited numbers of users. Include/exclude lists sent with this payload are not used in big segments. Contact your account manager for early access to this feature. | [optional]
1515
**version** | **Integer** | | [optional]
1616
**_links** | [**Links**](Links.md) | | [optional]
1717
**_flags** | [**Array<FlagListItem>**](FlagListItem.md) | | [optional]

0 commit comments

Comments
 (0)