Skip to content

Commit e27af0f

Browse files
author
LaunchDarklyCI
committed
Version 5.0.0 automatically generated from ld-openapi@eae1d69.
1 parent 4c2a217 commit e27af0f

File tree

308 files changed

+4494
-1161
lines changed

Some content is hidden

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

308 files changed

+4494
-1161
lines changed

README.md

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

docs/ApprovalRequest.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# LaunchDarklyApi.ApprovalRequest
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** | [**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+
**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** | [**[ApprovalRequestReview]**](ApprovalRequestReview.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.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+
**notifyMemberIds** | **[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+
**creationDate** | **Number** | A unix epoch time in milliseconds specifying the date the approval request was reviewed | [optional]
7+
**kind** | [**ApprovalRequestReviewStatus**](ApprovalRequestReviewStatus.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.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+
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+

docs/ApprovalRequestReviewStatus.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# LaunchDarklyApi.ApprovalRequestReviewStatus
2+
3+
## Enum
4+
5+
6+
* `pending` (value: `"pending"`)
7+
8+
* `approved` (value: `"approved"`)
9+
10+
* `declined` (value: `"declined"`)
11+
12+

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

docs/FeatureFlagsApi.md

Lines changed: 457 additions & 91 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+
**executionDate** | **Number** | 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)