Skip to content

Commit 5a42825

Browse files
author
LaunchDarklyCI
committed
Version 5.0.3 automatically generated from ld-openapi@dffa29a.
1 parent f3a2dc7 commit 5a42825

File tree

304 files changed

+1354
-793
lines changed

Some content is hidden

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

304 files changed

+1354
-793
lines changed

README.md

Lines changed: 233 additions & 232 deletions
Large diffs are not rendered by default.

docs/ApprovalRequest.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,14 @@ Name | Type | Description | Notes
88
**creationDate** | **Number** | A unix epoch time in milliseconds specifying the date the approval request was requested | [optional]
99
**requestorId** | **String** | The id of the member that requested the change | [optional]
1010
**reviewStatus** | [**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
**appliedByMemberID** | **String** | The id of the member that applied the approval request | [optional]
1313
**appliedDate** | **Number** | A unix epoch time in milliseconds specifying the date the approval request was applied | [optional]
1414
**allReviews** | [**[ApprovalRequestReview]**](ApprovalRequestReview.md) | | [optional]
1515
**notifyMemberIds** | **[String]** | | [optional]
1616
**instructions** | [**SemanticPatchInstruction**](SemanticPatchInstruction.md) | | [optional]
17+
**executionDate** | **Number** | Timestamp for when instructions will be executed | [optional]
18+
**operatingOnId** | **String** | ID of scheduled change to edit or delete | [optional]
1719

1820

1921
<a name="StatusEnum"></a>
@@ -24,6 +26,8 @@ Name | Type | Description | Notes
2426

2527
* `completed` (value: `"completed"`)
2628

29+
* `scheduled` (value: `"scheduled"`)
30+
2731
* `failed` (value: `"failed"`)
2832

2933

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
**notifyMemberIds** | **[String]** | |
99
**comment** | **String** | comment will be included in audit log item for change. | [optional]
10+
**executionDate** | **Number** | Timestamp for when instructions will be executed | [optional]
11+
**operatingOnId** | **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** | **[String]** | Users to add to this list of targets | [optional]
7+
**remove** | **[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,7 +6,7 @@ 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
**lastRequested** | **String** | | [optional]
88
**_default** | **Object** | | [optional]
9-
**links** | [**Links**](Links.md) | | [optional]
9+
**links** | [**FeatureFlagStatusLinks**](FeatureFlagStatusLinks.md) | | [optional]
1010

1111

1212
<a name="NameEnum"></a>

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** | [**{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** | [**[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** | **[String]** | An array of user keys that are included in this segment. | [optional]
1212
**excluded** | **[String]** | An array of user keys that should not be included in this segment, unless they are also listed in \"included\". | [optional]
1313
**rules** | [**[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** | **Number** | | [optional]
1616
**links** | [**Links**](Links.md) | | [optional]
1717
**flags** | [**[FlagListItem]**](FlagListItem.md) | | [optional]

0 commit comments

Comments
 (0)