Skip to content

Commit 4c2a217

Browse files
author
LaunchDarklyCI
committed
Version 4.0.0 automatically generated from ld-openapi@51a8b42.
1 parent 91458a3 commit 4c2a217

File tree

293 files changed

+2802
-874
lines changed

Some content is hidden

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

293 files changed

+2802
-874
lines changed

README.md

Lines changed: 222 additions & 220 deletions
Large diffs are not rendered by default.

docs/Environment.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@ Name | Type | Description | Notes
1616
**tags** | **[String]** | An array of tags for this environment. | [optional]
1717
**requireComments** | **Boolean** | Determines if this environment requires comments for flag and segment changes. | [optional]
1818
**confirmChanges** | **Boolean** | Determines if this environment requires confirmation for flag and segment changes. | [optional]
19+
**approvalSettings** | [**EnvironmentApprovalSettings**](EnvironmentApprovalSettings.md) | | [optional]
1920

2021

docs/EnvironmentApprovalSettings.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# LaunchDarklyApi.EnvironmentApprovalSettings
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**serviceKind** | **String** | The approvals system used. | [optional]
7+
**required** | **Boolean** | Whether any changes to flags in this environment will require approval. | [optional]
8+
**canReviewOwnRequest** | **Boolean** | Whether requesters can approve or decline their own request. They may always comment. | [optional]
9+
**minNumApprovals** | **Number** | The number of approvals required before an approval request can be applied. | [optional]
10+
**canApplyDeclinedChanges** | **Boolean** | Whether changes can be applied as long as minNumApprovals is met, regardless of if any reviewers have declined a request. | [optional]
11+
12+
13+
<a name="ServiceKindEnum"></a>
14+
## Enum: ServiceKindEnum
15+
16+
17+
* `launchdarkly` (value: `"launchdarkly"`)
18+
19+
* `service-now` (value: `"service-now"`)
20+
21+
22+
23+

docs/FeatureFlagApprovalRequest.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# LaunchDarklyApi.FeatureFlagApprovalRequest
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**id** | [**Id**](Id.md) | | [optional]
7+
**version** | **Number** | | [optional]
8+
**creationDate** | **Number** | A unix epoch time in milliseconds specifying the date the approval request was requested | [optional]
9+
**requestorId** | **String** | The id of the member that requested the change | [optional]
10+
**reviewStatus** | [**FeatureFlagApprovalRequestReviewStatus**](FeatureFlagApprovalRequestReviewStatus.md) | | [optional]
11+
**status** | **String** | | Name | Description | | --------:| ----------- | | pending | the feature flag approval request has not been applied yet | | completed| the feature flag approval request has been applied successfully | | failed | the feature flag approval request has been applied but the changes were not applied successfully | | [optional]
12+
**appliedByMemberID** | **String** | The id of the member that applied the approval request | [optional]
13+
**appliedDate** | **Number** | A unix epoch time in milliseconds specifying the date the approval request was applied | [optional]
14+
**allReviews** | [**[FeatureFlagApprovalRequestReview]**](FeatureFlagApprovalRequestReview.md) | | [optional]
15+
**notifyMemberIds** | **[String]** | | [optional]
16+
**instructions** | [**SemanticPatchInstruction**](SemanticPatchInstruction.md) | | [optional]
17+
18+
19+
<a name="StatusEnum"></a>
20+
## Enum: StatusEnum
21+
22+
23+
* `pending` (value: `"pending"`)
24+
25+
* `completed` (value: `"completed"`)
26+
27+
* `failed` (value: `"failed"`)
28+
29+
30+
31+
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# LaunchDarklyApi.FeatureFlagApprovalRequestApplyConfigBody
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**comment** | **String** | comment will be included in audit log item for change. | [optional]
7+
8+
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# LaunchDarklyApi.FeatureFlagApprovalRequestConfigBody
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**description** | **String** | A name that describes the changes you would like to apply to a feature flag configuration |
7+
**instructions** | [**SemanticPatchInstruction**](SemanticPatchInstruction.md) | |
8+
**notifyMemberIds** | **[String]** | |
9+
**comment** | **String** | comment will be included in audit log item for change. | [optional]
10+
11+
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# LaunchDarklyApi.FeatureFlagApprovalRequestReview
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**creationDate** | **Number** | A unix epoch time in milliseconds specifying the date the approval request was reviewed | [optional]
7+
**kind** | [**FeatureFlagApprovalRequestReviewStatus**](FeatureFlagApprovalRequestReviewStatus.md) | | [optional]
8+
**memberId** | [**Id**](Id.md) | | [optional]
9+
**id** | [**Id**](Id.md) | | [optional]
10+
11+
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# LaunchDarklyApi.FeatureFlagApprovalRequestReviewConfigBody
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**kind** | **String** | One of approve, decline, or comment. |
7+
**comment** | **String** | comment will be included in audit log item for change. | [optional]
8+
9+
10+
<a name="KindEnum"></a>
11+
## Enum: KindEnum
12+
13+
14+
* `approve` (value: `"approve"`)
15+
16+
* `decline` (value: `"decline"`)
17+
18+
* `comment` (value: `"comment"`)
19+
20+
21+
22+
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# LaunchDarklyApi.FeatureFlagApprovalRequestReviewStatus
2+
3+
## Enum
4+
5+
6+
* `pending` (value: `"pending"`)
7+
8+
* `approved` (value: `"approved"`)
9+
10+
* `declined` (value: `"declined"`)
11+
12+

docs/FeatureFlagApprovalRequests.md

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

0 commit comments

Comments
 (0)