Skip to content

Commit 5502886

Browse files
author
LaunchDarklyCI
committed
Version 5.0.0 automatically generated from ld-openapi@eae1d69.
1 parent 352d077 commit 5502886

File tree

314 files changed

+5064
-1033
lines changed

Some content is hidden

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

314 files changed

+5064
-1033
lines changed

README.md

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

docs/ApprovalRequest.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# LaunchDarklyApi::ApprovalRequest
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 approval request was requested | [optional]
9+
**requestor_id** | **String** | The id of the member that requested the change | [optional]
10+
**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]
12+
**applied_by_member_id** | **String** | The id of the member that applied the approval request | [optional]
13+
**applied_date** | **Integer** | A unix epoch time in milliseconds specifying the date the approval request was applied | [optional]
14+
**all_reviews** | [**Array<ApprovalRequestReview>**](ApprovalRequestReview.md) | | [optional]
15+
**notify_member_ids** | **Array<String>** | | [optional]
16+
**instructions** | [**SemanticPatchInstruction**](SemanticPatchInstruction.md) | | [optional]
17+
18+
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# LaunchDarklyApi::ApprovalRequestApplyConfigBody
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+

docs/ApprovalRequestConfigBody.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# LaunchDarklyApi::ApprovalRequestConfigBody
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+

docs/ApprovalRequestReview.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# LaunchDarklyApi::ApprovalRequestReview
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**creation_date** | **Integer** | A unix epoch time in milliseconds specifying the date the approval request was reviewed | [optional]
7+
**kind** | [**ApprovalRequestReviewStatus**](ApprovalRequestReviewStatus.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::ApprovalRequestReviewConfigBody
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+
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# LaunchDarklyApi::ApprovalRequestReviewStatus
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
7+

docs/ApprovalRequests.md

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

docs/FeatureFlagsApi.md

Lines changed: 470 additions & 99 deletions
Large diffs are not rendered by default.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# LaunchDarklyApi::FlagConfigScheduledChangesConflictsBody
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**execution_date** | **Integer** | A unix epoch time in milliseconds specifying the date the scheduled changes will be applied | [optional]
7+
**instructions** | [**SemanticPatchInstruction**](SemanticPatchInstruction.md) | | [optional]
8+
9+

0 commit comments

Comments
 (0)