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]

0 commit comments

Comments
 (0)