Skip to content

Commit 1cc1579

Browse files
author
LaunchDarklyReleaseBot
committed
Version 8.0.0 automatically generated from ld-openapi.
1 parent 869555a commit 1cc1579

File tree

658 files changed

+19518
-2527
lines changed

Some content is hidden

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

658 files changed

+19518
-2527
lines changed

.openapi-generator/FILES

Lines changed: 120 additions & 36 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 121 additions & 71 deletions
Large diffs are not rendered by default.

docs/Access.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Access
2+
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**denied** | [**[AccessDenied]**](AccessDenied.md) | |
8+
**allowed** | [**[AccessAllowedRep]**](AccessAllowedRep.md) | |
9+
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
10+
11+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
12+
13+

docs/AccessAllowedReason.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# AccessAllowedReason
2+
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**effect** | **str** | |
8+
**resources** | **[str]** | Resource specifier strings | [optional]
9+
**not_resources** | **[str]** | Targeted resources are the resources NOT in this list. The \"resources\" and \"notActions\" fields must be empty to use this field. | [optional]
10+
**actions** | **[str]** | Actions to perform on a resource | [optional]
11+
**not_actions** | **[str]** | Targeted actions are the actions NOT in this list. The \"actions\" and \"notResources\" fields must be empty to use this field. | [optional]
12+
**role_name** | **str** | | [optional]
13+
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
14+
15+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
16+
17+

docs/AccessAllowedRep.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# AccessAllowedRep
2+
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**action** | **str** | |
8+
**reason** | [**AccessAllowedReason**](AccessAllowedReason.md) | |
9+
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
10+
11+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
12+
13+

docs/AccessDenied.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# AccessDenied
2+
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**action** | **str** | |
8+
**reason** | [**AccessDeniedReason**](AccessDeniedReason.md) | |
9+
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
10+
11+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
12+
13+

docs/AccessDeniedReason.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# AccessDeniedReason
2+
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**effect** | **str** | |
8+
**resources** | **[str]** | Resource specifier strings | [optional]
9+
**not_resources** | **[str]** | Targeted resources are the resources NOT in this list. The \"resources\" and \"notActions\" fields must be empty to use this field. | [optional]
10+
**actions** | **[str]** | Actions to perform on a resource | [optional]
11+
**not_actions** | **[str]** | Targeted actions are the actions NOT in this list. The \"actions\" and \"notResources\" fields must be empty to use this field. | [optional]
12+
**role_name** | **str** | | [optional]
13+
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
14+
15+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
16+
17+

docs/AccessTokensApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ with launchdarkly_api.ApiClient(configuration) as api_client:
317317
json_patch = JSONPatch([
318318
PatchOperation(
319319
op="replace",
320-
path="/biscuits",
320+
path="/exampleField",
321321
value=None,
322322
),
323323
]) # JSONPatch |

docs/AccountMembersApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ with launchdarkly_api.ApiClient(configuration) as api_client:
326326
json_patch = JSONPatch([
327327
PatchOperation(
328328
op="replace",
329-
path="/biscuits",
329+
path="/exampleField",
330330
value=None,
331331
),
332332
]) # JSONPatch |

docs/AccountUsageBetaApi.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All URIs are relative to *https://app.launchdarkly.com*
44

55
Method | HTTP request | Description
66
------------- | ------------- | -------------
7-
[**get_evaluations_usage**](AccountUsageBetaApi.md#get_evaluations_usage) | **GET** /api/v2/usage/evaluations/{projKey}/{envKey}/{flagKey} | Get evaluations usage
7+
[**get_evaluations_usage**](AccountUsageBetaApi.md#get_evaluations_usage) | **GET** /api/v2/usage/evaluations/{projectKey}/{environmentKey}/{featureFlagKey} | Get evaluations usage
88
[**get_events_usage**](AccountUsageBetaApi.md#get_events_usage) | **GET** /api/v2/usage/events/{type} | Get events usage
99
[**get_mau_sdks_by_type**](AccountUsageBetaApi.md#get_mau_sdks_by_type) | **GET** /api/v2/usage/mau/sdks | Get MAU SDKs by type
1010
[**get_mau_usage**](AccountUsageBetaApi.md#get_mau_usage) | **GET** /api/v2/usage/mau | Get MAU usage
@@ -15,7 +15,7 @@ Method | HTTP request | Description
1515

1616

1717
# **get_evaluations_usage**
18-
> SeriesListRep get_evaluations_usage(proj_key, env_key, flag_key)
18+
> SeriesListRep get_evaluations_usage(project_key, environment_key, feature_flag_key)
1919
2020
Get evaluations usage
2121

@@ -57,17 +57,17 @@ configuration.api_key['ApiKey'] = 'YOUR_API_KEY'
5757
with launchdarkly_api.ApiClient(configuration) as api_client:
5858
# Create an instance of the API class
5959
api_instance = account_usage__beta_api.AccountUsageBetaApi(api_client)
60-
proj_key = "projKey_example" # str | The project key.
61-
env_key = "envKey_example" # str | The environment key.
62-
flag_key = "flagKey_example" # str | The feature flag's key.
60+
project_key = "projectKey_example" # str | The project key
61+
environment_key = "environmentKey_example" # str | The environment key
62+
feature_flag_key = "featureFlagKey_example" # str | The feature flag key
6363
_from = "from_example" # str | The series of data returned starts from this timestamp. Defaults to 30 days ago. (optional)
6464
to = "to_example" # str | The series of data returned ends at this timestamp. Defaults to the current time. (optional)
6565
tz = "tz_example" # str | The timezone to use for breaks between days when returning daily data. (optional)
6666

6767
# example passing only required values which don't have defaults set
6868
try:
6969
# Get evaluations usage
70-
api_response = api_instance.get_evaluations_usage(proj_key, env_key, flag_key)
70+
api_response = api_instance.get_evaluations_usage(project_key, environment_key, feature_flag_key)
7171
pprint(api_response)
7272
except launchdarkly_api.ApiException as e:
7373
print("Exception when calling AccountUsageBetaApi->get_evaluations_usage: %s\n" % e)
@@ -76,7 +76,7 @@ with launchdarkly_api.ApiClient(configuration) as api_client:
7676
# and optional values
7777
try:
7878
# Get evaluations usage
79-
api_response = api_instance.get_evaluations_usage(proj_key, env_key, flag_key, _from=_from, to=to, tz=tz)
79+
api_response = api_instance.get_evaluations_usage(project_key, environment_key, feature_flag_key, _from=_from, to=to, tz=tz)
8080
pprint(api_response)
8181
except launchdarkly_api.ApiException as e:
8282
print("Exception when calling AccountUsageBetaApi->get_evaluations_usage: %s\n" % e)
@@ -87,9 +87,9 @@ with launchdarkly_api.ApiClient(configuration) as api_client:
8787

8888
Name | Type | Description | Notes
8989
------------- | ------------- | ------------- | -------------
90-
**proj_key** | **str**| The project key. |
91-
**env_key** | **str**| The environment key. |
92-
**flag_key** | **str**| The feature flag's key. |
90+
**project_key** | **str**| The project key |
91+
**environment_key** | **str**| The environment key |
92+
**feature_flag_key** | **str**| The feature flag key |
9393
**_from** | **str**| The series of data returned starts from this timestamp. Defaults to 30 days ago. | [optional]
9494
**to** | **str**| The series of data returned ends at this timestamp. Defaults to the current time. | [optional]
9595
**tz** | **str**| The timezone to use for breaks between days when returning daily data. | [optional]

docs/ApprovalsApi.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ with launchdarkly_api.ApiClient(configuration) as api_client:
5555
# Create an instance of the API class
5656
api_instance = approvals_api.ApprovalsApi(api_client)
5757
project_key = "projectKey_example" # str | The project key
58-
feature_flag_key = "featureFlagKey_example" # str | The feature flag's key
58+
feature_flag_key = "featureFlagKey_example" # str | The feature flag key
5959
environment_key = "environmentKey_example" # str | The environment key
6060
id = "id_example" # str | The feature flag approval request ID
6161

@@ -73,7 +73,7 @@ with launchdarkly_api.ApiClient(configuration) as api_client:
7373
Name | Type | Description | Notes
7474
------------- | ------------- | ------------- | -------------
7575
**project_key** | **str**| The project key |
76-
**feature_flag_key** | **str**| The feature flag's key |
76+
**feature_flag_key** | **str**| The feature flag key |
7777
**environment_key** | **str**| The environment key |
7878
**id** | **str**| The feature flag approval request ID |
7979

@@ -146,7 +146,7 @@ with launchdarkly_api.ApiClient(configuration) as api_client:
146146
# Create an instance of the API class
147147
api_instance = approvals_api.ApprovalsApi(api_client)
148148
project_key = "projectKey_example" # str | The project key
149-
feature_flag_key = "featureFlagKey_example" # str | The feature flag's key
149+
feature_flag_key = "featureFlagKey_example" # str | The feature flag key
150150
environment_key = "environmentKey_example" # str | The environment key
151151
id = "id_example" # str | The feature flag approval request ID
152152

@@ -165,7 +165,7 @@ with launchdarkly_api.ApiClient(configuration) as api_client:
165165
Name | Type | Description | Notes
166166
------------- | ------------- | ------------- | -------------
167167
**project_key** | **str**| The project key |
168-
**feature_flag_key** | **str**| The feature flag's key |
168+
**feature_flag_key** | **str**| The feature flag key |
169169
**environment_key** | **str**| The environment key |
170170
**id** | **str**| The feature flag approval request ID |
171171

@@ -238,7 +238,7 @@ with launchdarkly_api.ApiClient(configuration) as api_client:
238238
# Create an instance of the API class
239239
api_instance = approvals_api.ApprovalsApi(api_client)
240240
project_key = "projectKey_example" # str | The project key
241-
feature_flag_key = "featureFlagKey_example" # str | The feature flag's key
241+
feature_flag_key = "featureFlagKey_example" # str | The feature flag key
242242
environment_key = "environmentKey_example" # str | The environment key
243243

244244
# example passing only required values which don't have defaults set
@@ -256,7 +256,7 @@ with launchdarkly_api.ApiClient(configuration) as api_client:
256256
Name | Type | Description | Notes
257257
------------- | ------------- | ------------- | -------------
258258
**project_key** | **str**| The project key |
259-
**feature_flag_key** | **str**| The feature flag's key |
259+
**feature_flag_key** | **str**| The feature flag key |
260260
**environment_key** | **str**| The environment key |
261261

262262
### Return type
@@ -329,7 +329,7 @@ with launchdarkly_api.ApiClient(configuration) as api_client:
329329
# Create an instance of the API class
330330
api_instance = approvals_api.ApprovalsApi(api_client)
331331
project_key = "projectKey_example" # str | The project key
332-
feature_flag_key = "featureFlagKey_example" # str | The feature flag's key
332+
feature_flag_key = "featureFlagKey_example" # str | The feature flag key
333333
environment_key = "environmentKey_example" # str | The environment key
334334
create_flag_config_approval_request_request = CreateFlagConfigApprovalRequestRequest(
335335
comment="comment_example",
@@ -364,7 +364,7 @@ with launchdarkly_api.ApiClient(configuration) as api_client:
364364
Name | Type | Description | Notes
365365
------------- | ------------- | ------------- | -------------
366366
**project_key** | **str**| The project key |
367-
**feature_flag_key** | **str**| The feature flag's key |
367+
**feature_flag_key** | **str**| The feature flag key |
368368
**environment_key** | **str**| The environment key |
369369
**create_flag_config_approval_request_request** | [**CreateFlagConfigApprovalRequestRequest**](CreateFlagConfigApprovalRequestRequest.md)| |
370370

@@ -439,7 +439,7 @@ with launchdarkly_api.ApiClient(configuration) as api_client:
439439
# Create an instance of the API class
440440
api_instance = approvals_api.ApprovalsApi(api_client)
441441
project_key = "projectKey_example" # str | The project key
442-
feature_flag_key = "featureFlagKey_example" # str | The feature flag's key
442+
feature_flag_key = "featureFlagKey_example" # str | The feature flag key
443443
environment_key = "environmentKey_example" # str | The environment key
444444
id = "id_example" # str | The feature flag approval request ID
445445
post_approval_request_apply_request = PostApprovalRequestApplyRequest(
@@ -461,7 +461,7 @@ with launchdarkly_api.ApiClient(configuration) as api_client:
461461
Name | Type | Description | Notes
462462
------------- | ------------- | ------------- | -------------
463463
**project_key** | **str**| The project key |
464-
**feature_flag_key** | **str**| The feature flag's key |
464+
**feature_flag_key** | **str**| The feature flag key |
465465
**environment_key** | **str**| The environment key |
466466
**id** | **str**| The feature flag approval request ID |
467467
**post_approval_request_apply_request** | [**PostApprovalRequestApplyRequest**](PostApprovalRequestApplyRequest.md)| |
@@ -538,7 +538,7 @@ with launchdarkly_api.ApiClient(configuration) as api_client:
538538
# Create an instance of the API class
539539
api_instance = approvals_api.ApprovalsApi(api_client)
540540
project_key = "projectKey_example" # str | The project key
541-
feature_flag_key = "featureFlagKey_example" # str | The feature flag's key
541+
feature_flag_key = "featureFlagKey_example" # str | The feature flag key
542542
environment_key = "environmentKey_example" # str | The environment key
543543
id = "id_example" # str | The feature flag approval request ID
544544
post_approval_request_review_request = PostApprovalRequestReviewRequest(
@@ -561,7 +561,7 @@ with launchdarkly_api.ApiClient(configuration) as api_client:
561561
Name | Type | Description | Notes
562562
------------- | ------------- | ------------- | -------------
563563
**project_key** | **str**| The project key |
564-
**feature_flag_key** | **str**| The feature flag's key |
564+
**feature_flag_key** | **str**| The feature flag key |
565565
**environment_key** | **str**| The environment key |
566566
**id** | **str**| The feature flag approval request ID |
567567
**post_approval_request_review_request** | [**PostApprovalRequestReviewRequest**](PostApprovalRequestReviewRequest.md)| |
@@ -638,7 +638,7 @@ with launchdarkly_api.ApiClient(configuration) as api_client:
638638
# Create an instance of the API class
639639
api_instance = approvals_api.ApprovalsApi(api_client)
640640
project_key = "projectKey_example" # str | The project key
641-
feature_flag_key = "featureFlagKey_example" # str | The feature flag's key
641+
feature_flag_key = "featureFlagKey_example" # str | The feature flag key
642642
environment_key = "environmentKey_example" # str | The environment key
643643
create_copy_flag_config_approval_request_request = CreateCopyFlagConfigApprovalRequestRequest(
644644
comment="comment_example",
@@ -673,7 +673,7 @@ with launchdarkly_api.ApiClient(configuration) as api_client:
673673
Name | Type | Description | Notes
674674
------------- | ------------- | ------------- | -------------
675675
**project_key** | **str**| The project key |
676-
**feature_flag_key** | **str**| The feature flag's key |
676+
**feature_flag_key** | **str**| The feature flag key |
677677
**environment_key** | **str**| The environment key |
678678
**create_copy_flag_config_approval_request_request** | [**CreateCopyFlagConfigApprovalRequestRequest**](CreateCopyFlagConfigApprovalRequestRequest.md)| |
679679

docs/CodeReferencesApi.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Method | HTTP request | Description
1212
[**get_repositories**](CodeReferencesApi.md#get_repositories) | **GET** /api/v2/code-refs/repositories | List repositories
1313
[**get_repository**](CodeReferencesApi.md#get_repository) | **GET** /api/v2/code-refs/repositories/{repo} | Get repository
1414
[**get_root_statistic**](CodeReferencesApi.md#get_root_statistic) | **GET** /api/v2/code-refs/statistics | Get links to code reference repositories for each project
15-
[**get_statistics**](CodeReferencesApi.md#get_statistics) | **GET** /api/v2/code-refs/statistics/{projKey} | Get number of code references for flags
15+
[**get_statistics**](CodeReferencesApi.md#get_statistics) | **GET** /api/v2/code-refs/statistics/{projectKey} | Get number of code references for flags
1616
[**patch_repository**](CodeReferencesApi.md#patch_repository) | **PATCH** /api/v2/code-refs/repositories/{repo} | Update repository
1717
[**post_extinction**](CodeReferencesApi.md#post_extinction) | **POST** /api/v2/code-refs/repositories/{repo}/branches/{branch}/extinction-events | Create extinction
1818
[**post_repository**](CodeReferencesApi.md#post_repository) | **POST** /api/v2/code-refs/repositories | Create repository
@@ -743,7 +743,7 @@ This endpoint does not need any parameter.
743743
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
744744

745745
# **get_statistics**
746-
> StatisticCollectionRep get_statistics(proj_key)
746+
> StatisticCollectionRep get_statistics(project_key)
747747
748748
Get number of code references for flags
749749

@@ -784,13 +784,13 @@ configuration.api_key['ApiKey'] = 'YOUR_API_KEY'
784784
with launchdarkly_api.ApiClient(configuration) as api_client:
785785
# Create an instance of the API class
786786
api_instance = code_references_api.CodeReferencesApi(api_client)
787-
proj_key = "projKey_example" # str | The project key
787+
project_key = "projectKey_example" # str | The project key
788788
flag_key = "flagKey_example" # str | Filter results to a specific flag key (optional)
789789

790790
# example passing only required values which don't have defaults set
791791
try:
792792
# Get number of code references for flags
793-
api_response = api_instance.get_statistics(proj_key)
793+
api_response = api_instance.get_statistics(project_key)
794794
pprint(api_response)
795795
except launchdarkly_api.ApiException as e:
796796
print("Exception when calling CodeReferencesApi->get_statistics: %s\n" % e)
@@ -799,7 +799,7 @@ with launchdarkly_api.ApiClient(configuration) as api_client:
799799
# and optional values
800800
try:
801801
# Get number of code references for flags
802-
api_response = api_instance.get_statistics(proj_key, flag_key=flag_key)
802+
api_response = api_instance.get_statistics(project_key, flag_key=flag_key)
803803
pprint(api_response)
804804
except launchdarkly_api.ApiException as e:
805805
print("Exception when calling CodeReferencesApi->get_statistics: %s\n" % e)
@@ -810,7 +810,7 @@ with launchdarkly_api.ApiClient(configuration) as api_client:
810810

811811
Name | Type | Description | Notes
812812
------------- | ------------- | ------------- | -------------
813-
**proj_key** | **str**| The project key |
813+
**project_key** | **str**| The project key |
814814
**flag_key** | **str**| Filter results to a specific flag key | [optional]
815815

816816
### Return type
@@ -887,7 +887,7 @@ with launchdarkly_api.ApiClient(configuration) as api_client:
887887
json_patch = JSONPatch([
888888
PatchOperation(
889889
op="replace",
890-
path="/biscuits",
890+
path="/exampleField",
891891
value=None,
892892
),
893893
]) # JSONPatch |

docs/ConditionInputRep.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
## Properties
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7+
**schedule_kind** | **str** | | [optional]
78
**execution_date** | **int** | | [optional]
9+
**wait_duration** | **int** | | [optional]
10+
**wait_duration_unit** | **str** | | [optional]
811
**execute_now** | **bool** | | [optional]
912
**description** | **str** | | [optional]
1013
**notify_member_ids** | **[str]** | | [optional]

0 commit comments

Comments
 (0)