Skip to content

Commit 414b782

Browse files
author
LaunchDarklyCI
committed
Version 3.9.0 automatically generated from ld-openapi@db846d0.
1 parent 5c1d045 commit 414b782

File tree

296 files changed

+3408
-488
lines changed

Some content is hidden

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

296 files changed

+3408
-488
lines changed

README.md

Lines changed: 223 additions & 211 deletions
Large diffs are not rendered by default.

docs/FeatureFlagChangeRequest.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# LaunchDarklyApi::FeatureFlagChangeRequest
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**_id** | [**Id**](Id.md) | | [optional]
7+
**_version** | **Integer** | | [optional]
8+
**creation_date** | **Integer** | A unix epoch time in milliseconds specifying the date the change request was requested | [optional]
9+
**requestor_id** | **String** | The id of the member that requested the change | [optional]
10+
**review_status** | [**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+
**applied_by_member_id** | **String** | The id of the member that applied the change request | [optional]
13+
**applied_date** | **Integer** | A unix epoch time in milliseconds specifying the date the change request was applied | [optional]
14+
**current_reviews_by_member_id** | [**FeatureFlagChangeRequestReview**](FeatureFlagChangeRequestReview.md) | | [optional]
15+
**all_reviews** | [**Array<FeatureFlagChangeRequestReview>**](FeatureFlagChangeRequestReview.md) | | [optional]
16+
**notify_member_ids** | **Array<String>** | | [optional]
17+
**instructions** | [**SemanticPatchInstruction**](SemanticPatchInstruction.md) | | [optional]
18+
19+
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+
**notify_member_ids** | **Array<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+
**creation_date** | **Integer** | A unix epoch time in milliseconds specifying the date the change request was reviewed | [optional]
7+
**kind** | [**FeatureFlagChangeRequestReviewStatus**](FeatureFlagChangeRequestReviewStatus.md) | | [optional]
8+
**member_id** | [**Id**](Id.md) | | [optional]
9+
**_id** | [**Id**](Id.md) | | [optional]
10+
11+
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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+
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# LaunchDarklyApi::FeatureFlagChangeRequestReviewStatus
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
7+

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** | [**Array<FeatureFlagChangeRequest>**](FeatureFlagChangeRequest.md) | | [optional]
8+
9+

0 commit comments

Comments
 (0)