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
*LaunchDarklyApi.SegmentsApi* | [**getContextInstanceSegmentsMembershipByEnv**](docs/SegmentsApi.md#getContextInstanceSegmentsMembershipByEnv) | **POST** /api/v2/projects/{projectKey}/environments/{environmentKey}/segments/evaluate | List segment memberships for context instance
679
680
*LaunchDarklyApi.SegmentsApi* | [**getExpiringTargetsForSegment**](docs/SegmentsApi.md#getExpiringTargetsForSegment) | **GET** /api/v2/segments/{projectKey}/{segmentKey}/expiring-targets/{environmentKey} | Get expiring targets for segment
680
681
*LaunchDarklyApi.SegmentsApi* | [**getExpiringUserTargetsForSegment**](docs/SegmentsApi.md#getExpiringUserTargetsForSegment) | **GET** /api/v2/segments/{projectKey}/{segmentKey}/expiring-user-targets/{environmentKey} | Get expiring user targets for segment
681
682
*LaunchDarklyApi.SegmentsApi* | [**getSegment**](docs/SegmentsApi.md#getSegment) | **GET** /api/v2/segments/{projectKey}/{environmentKey}/{segmentKey} | Get segment
Copy file name to clipboardExpand all lines: docs/ContextSettingsApi.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
-
# LaunchDarklyApi.ContextSettingsBetaApi
1
+
# LaunchDarklyApi.ContextSettingsApi
2
2
3
3
All URIs are relative to *https://app.launchdarkly.com*
4
4
5
5
Method | HTTP request | Description
6
6
------------- | ------------- | -------------
7
-
[**putContextFlagSetting**](ContextSettingsBetaApi.md#putContextFlagSetting) | **PUT** /api/v2/projects/{projectKey}/environments/{environmentKey}/contexts/{contextKind}/{contextKey}/flags/{featureFlagKey} | Update flag settings for context
7
+
[**putContextFlagSetting**](ContextSettingsApi.md#putContextFlagSetting) | **PUT** /api/v2/projects/{projectKey}/environments/{environmentKey}/contexts/{contextKind}/{contextKey}/flags/{featureFlagKey} | Update flag settings for context
8
8
9
9
10
10
@@ -27,7 +27,7 @@ ApiKey.apiKey = 'YOUR API KEY';
27
27
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
28
28
//ApiKey.apiKeyPrefix = 'Token';
29
29
30
-
let apiInstance =newLaunchDarklyApi.ContextSettingsBetaApi();
30
+
let apiInstance =newLaunchDarklyApi.ContextSettingsApi();
31
31
let projectKey ="projectKey_example"; // String | The project key
32
32
let environmentKey ="environmentKey_example"; // String | The environment key
33
33
let contextKind ="contextKind_example"; // String | The context kind
0 commit comments