You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-5
Original file line number
Diff line number
Diff line change
@@ -275,7 +275,7 @@ We use several rate limiting strategies to ensure the availability of our APIs.
275
275
276
276
### Global rate limits
277
277
278
-
Authenticated requests are subject to a global limit. This is the maximum number of calls that your account can make to the API per ten seconds. All personal access tokens on the account share this limit, so exceeding the limit with one access token will impact other tokens. Calls that are subject to global rate limits return the headers below:
278
+
Authenticated requests are subject to a global limit. This is the maximum number of calls that your account can make to the API per ten seconds. All personal access tokens on the account share this limit, so exceeding the limit with one access token will impact other tokens. Calls that are subject to global rate limits may return the headers below:
The version of LaunchDarkly that is available on domains controlled by the United States government is different from the version of LaunchDarkly available to the general public. If you are an employee or contractor for a United States federal agency and use LaunchDarkly in your work, you likely use the federal instance of LaunchDarkly.
349
+
350
+
If you are working in the federal instance of LaunchDarkly, the base URI for each request is `https://app.launchdarkly.us`. In the \"Try it\" sandbox for each request, click the request path to view the complete resource path for the federal environment.
351
+
352
+
To learn more, read [LaunchDarkly in federal environments](https://docs.launchdarkly.com/home/advanced/federal).
353
+
346
354
## Versioning
347
355
348
356
We try hard to keep our REST API backwards compatible, but we occasionally have to make backwards-incompatible changes in the process of shipping new features. These breaking changes can cause unexpected behavior if you don't prepare for them accordingly.
@@ -386,7 +394,7 @@ If you would like to upgrade your integration to use a new API version, you can
386
394
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
*LaunchDarklyApi::ApprovalsApi* | [**post_approval_request_for_flag**](docs/ApprovalsApi.md#post_approval_request_for_flag) | **POST** /api/v2/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/approval-requests | Create approval request for a flag
492
500
*LaunchDarklyApi::ApprovalsApi* | [**post_approval_request_review_for_flag**](docs/ApprovalsApi.md#post_approval_request_review_for_flag) | **POST** /api/v2/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/approval-requests/{id}/reviews | Review approval request for a flag
493
501
*LaunchDarklyApi::ApprovalsApi* | [**post_flag_copy_config_approval_request**](docs/ApprovalsApi.md#post_flag_copy_config_approval_request) | **POST** /api/v2/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/approval-requests-flag-copy | Create approval request to copy flag configurations across environments
Copy file name to clipboardExpand all lines: docs/AccountUsageBetaApi.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -181,7 +181,7 @@ end
181
181
182
182
Get experimentation keys usage
183
183
184
-
Get a time-series array of the number of monthly experimentation keys from your account. The granularity is always daily, with a max of 31 days.
184
+
Get a time-series array of the number of monthly experimentation keys from your account. The granularity is always daily, with a maximum of 31 days.
185
185
186
186
### Examples
187
187
@@ -256,7 +256,7 @@ end
256
256
257
257
Get MAU SDKs by type
258
258
259
-
Get a list of SDKs. These are all of the SDKs that have connected to LaunchDarkly by monthly active users (MAU) in the requested time period.<br/><br/>Endpoints for retrieving monthly active users (MAU) do not return information about active context instances. After you have upgraded your LaunchDarkly SDK to use contexts instead of users, you should not rely on this endpoint. Use [Get client-side monthly context instances uage](/tag/Account-usage-(beta)#operation/getCMCIUsage) instead. To learn more, read [Account usage metrics](https://docs.launchdarkly.com/home/billing/usage-metrics).
259
+
Get a list of SDKs. These are all of the SDKs that have connected to LaunchDarkly by monthly active users (MAU) in the requested time period.<br/><br/>LaunchDarkly's billing calculations will change on April 1, 2023. To learn more, read [Account usage metrics](https://docs.launchdarkly.com/home/billing/usage-metrics).
260
260
261
261
### Examples
262
262
@@ -333,7 +333,7 @@ end
333
333
334
334
Get MAU usage
335
335
336
-
Get a time-series array of the number of monthly active users (MAU) seen by LaunchDarkly from your account. The granularity is always daily.<br/><br/>Endpoints for retrieving monthly active users (MAU) do not return information about active context instances. After you have upgraded your LaunchDarkly SDK to use contexts instead of users, you should not rely on this endpoint. Use [Get client-side monthly context instances uage](/tag/Account-usage-(beta)#operation/getCMCIUsage) instead. To learn more, read [Account usage metrics](https://docs.launchdarkly.com/home/billing/usage-metrics).
336
+
Get a time-series array of the number of monthly active users (MAU) seen by LaunchDarkly from your account. The granularity is always daily.<br/><br/>LaunchDarkly's billing calculations will change on April 1, 2023. To learn more, read [Account usage metrics](https://docs.launchdarkly.com/home/billing/usage-metrics).
337
337
338
338
### Examples
339
339
@@ -420,7 +420,7 @@ end
420
420
421
421
Get MAU usage by category
422
422
423
-
Get time-series arrays of the number of monthly active users (MAU) seen by LaunchDarkly from your account, broken down by the category of users. The category is either `browser`, `mobile`, or `backend`.<br/><br/>Endpoints for retrieving monthly active users (MAU) do not return information about active context instances. After you have upgraded your LaunchDarkly SDK to use contexts instead of users, you should not rely on this endpoint. Use [Get client-side monthly context instances uage](/tag/Account-usage-(beta)#operation/getCMCIUsage) instead. To learn more, read [Account usage metrics](https://docs.launchdarkly.com/home/billing/usage-metrics).
423
+
Get time-series arrays of the number of monthly active users (MAU) seen by LaunchDarkly from your account, broken down by the category of users. The category is either `browser`, `mobile`, or `backend`.<br/><br/>LaunchDarkly's billing calculations will change on April 1, 2023. To learn more, read [Account usage metrics](https://docs.launchdarkly.com/home/billing/usage-metrics).
project_key ='project_key_example'# String | The project key
502
502
feature_flag_key ='feature_flag_key_example'# String | The feature flag key
503
503
environment_key ='environment_key_example'# String | The environment key for the target environment
504
-
create_copy_flag_config_approval_request_request =LaunchDarklyApi::CreateCopyFlagConfigApprovalRequestRequest.new({description:'copy flag settings to another environment', source:LaunchDarklyApi::SourceFlag.new({key:'example-environment-key'})}) # CreateCopyFlagConfigApprovalRequestRequest |
504
+
create_copy_flag_config_approval_request_request =LaunchDarklyApi::CreateCopyFlagConfigApprovalRequestRequest.new({description:'copy flag settings to another environment', source:LaunchDarklyApi::SourceFlag.new({key:'environment-key-123abc'})}) # CreateCopyFlagConfigApprovalRequestRequest |
505
505
506
506
begin
507
507
# Create approval request to copy flag configurations across environments
0 commit comments