Skip to content

Commit f9e7517

Browse files
author
LaunchDarklyCI
committed
Version 3.9.0 automatically generated from ld-openapi@db846d0.
1 parent 6334861 commit f9e7517

File tree

290 files changed

+3094
-612
lines changed

Some content is hidden

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

290 files changed

+3094
-612
lines changed

README.md

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

docs/FeatureFlagChangeRequest.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# LaunchDarklyApi.FeatureFlagChangeRequest
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 change request was requested | [optional]
9+
**requestorId** | **String** | The id of the member that requested the change | [optional]
10+
**reviewStatus** | [**FeatureFlagChangeRequestReviewStatus**](FeatureFlagChangeRequestReviewStatus.md) | | [optional]
11+
**status** | **String** | | Name | Description | | --------:| ----------- | | pending | the feature flag change request has not been applied yet | | completed| the feature flag change request has been applied successfully | | failed | the feature flag change request has been applied but the changes were not applied successfully | | [optional]
12+
**appliedByMemberID** | **String** | The id of the member that applied the change request | [optional]
13+
**appliedDate** | **Number** | A unix epoch time in milliseconds specifying the date the change request was applied | [optional]
14+
**currentReviewsByMemberId** | [**FeatureFlagChangeRequestReview**](FeatureFlagChangeRequestReview.md) | | [optional]
15+
**allReviews** | [**[FeatureFlagChangeRequestReview]**](FeatureFlagChangeRequestReview.md) | | [optional]
16+
**notifyMemberIds** | **[String]** | | [optional]
17+
**instructions** | [**SemanticPatchInstruction**](SemanticPatchInstruction.md) | | [optional]
18+
19+
20+
<a name="StatusEnum"></a>
21+
## Enum: StatusEnum
22+
23+
24+
* `pending` (value: `"pending"`)
25+
26+
* `completed` (value: `"completed"`)
27+
28+
* `failed` (value: `"failed"`)
29+
30+
31+
32+
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# LaunchDarklyApi.FeatureFlagChangeRequestApplyConfigBody
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.FeatureFlagChangeRequestConfigBody
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.FeatureFlagChangeRequestReview
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**creationDate** | **Number** | A unix epoch time in milliseconds specifying the date the change request was reviewed | [optional]
7+
**kind** | [**FeatureFlagChangeRequestReviewStatus**](FeatureFlagChangeRequestReviewStatus.md) | | [optional]
8+
**memberId** | [**Id**](Id.md) | | [optional]
9+
**id** | [**Id**](Id.md) | | [optional]
10+
11+
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# LaunchDarklyApi.FeatureFlagChangeRequestReviewConfigBody
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**kind** | **String** | Either approve or decline change request |
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+
19+
20+
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# LaunchDarklyApi.FeatureFlagChangeRequestReviewStatus
2+
3+
## Enum
4+
5+
6+
* `pending` (value: `"pending"`)
7+
8+
* `approved` (value: `"approved"`)
9+
10+
* `declined` (value: `"declined"`)
11+
12+

docs/FeatureFlagChangeRequests.md

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

0 commit comments

Comments
 (0)