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
{{ message }}
This repository was archived by the owner on Sep 3, 2021. It is now read-only.
*UserSegmentsApi* | [**patchExpiringUserTargetsOnSegment**](docs/UserSegmentsApi.md#patchexpiringusertargetsonsegment) | **PATCH** /segments/{projectKey}/{userSegmentKey}/expiring-user-targets/{environmentKey} | Update, add, or delete expiring user targets on user segment
188
188
*UserSegmentsApi* | [**patchUserSegment**](docs/UserSegmentsApi.md#patchusersegment) | **PATCH** /segments/{projectKey}/{environmentKey}/{userSegmentKey} | Perform a partial update to a user segment.
189
189
*UserSegmentsApi* | [**postUserSegment**](docs/UserSegmentsApi.md#postusersegment) | **POST** /segments/{projectKey}/{environmentKey} | Creates a new user segment.
190
-
*UserSegmentsApi* | [**updatedUnboundedSegmentTargets**](docs/UserSegmentsApi.md#updatedunboundedsegmenttargets) | **POST** /segments/{projectKey}/{environmentKey}/{userSegmentKey}/unbounded-users | Update targets included or excluded in an unbounded segment
190
+
*UserSegmentsApi* | [**updatedBigSegmentTargets**](docs/UserSegmentsApi.md#updatedbigsegmenttargets) | **POST** /segments/{projectKey}/{environmentKey}/{userSegmentKey}/users | Update targets included or excluded in a big segment
191
191
*UserSettingsApi* | [**getExpiringUserTargetsForUser**](docs/UserSettingsApi.md#getexpiringusertargetsforuser) | **GET** /users/{projectKey}/{userKey}/expiring-user-targets/{environmentKey} | Get expiring dates on flags for user
192
192
*UserSettingsApi* | [**getUserFlagSetting**](docs/UserSettingsApi.md#getuserflagsetting) | **GET** /users/{projectKey}/{environmentKey}/{userKey}/flags/{featureFlagKey} | Fetch a single flag setting for a user by key.
193
193
*UserSettingsApi* | [**getUserFlagSettings**](docs/UserSettingsApi.md#getuserflagsettings) | **GET** /users/{projectKey}/{environmentKey}/{userKey}/flags | Fetch a single flag setting for a user by key.
Copy file name to clipboardExpand all lines: _client.sh
+2-2
Original file line number
Diff line number
Diff line change
@@ -372,7 +372,7 @@ case $state in
372
372
"patchExpiringUserTargetsOnSegment[Update, add, or delete expiring user targets on user segment]" \
373
373
"patchUserSegment[Perform a partial update to a user segment.]" \
374
374
"postUserSegment[Creates a new user segment.]" \
375
-
"updatedUnboundedSegmentTargets[Update targets included or excluded in an unbounded segment]""getExpiringUserTargetsForUser[Get expiring dates on flags for user]" \
375
+
"updatedBigSegmentTargets[Update targets included or excluded in a big segment]""getExpiringUserTargetsForUser[Get expiring dates on flags for user]" \
376
376
"getUserFlagSetting[Fetch a single flag setting for a user by key.]" \
377
377
"getUserFlagSettings[Fetch a single flag setting for a user by key.]" \
378
378
"patchExpiringUserTargetsForFlags[Update, add, or delete expiring user targets for a single user on all flags]" \
echo -e "${BOLD}${WHITE}updatedUnboundedSegmentTargets - Update targets included or excluded in an unbounded segment${OFF}${BLUE}(AUTH - HEADER)${OFF}"| paste -sd''| fold -sw 80 | sed '2,$s/^/ /'
3390
+
echo -e "${BOLD}${WHITE}updatedBigSegmentTargets - Update targets included or excluded in a big segment${OFF}${BLUE}(AUTH - HEADER)${OFF}"| paste -sd''| fold -sw 80 | sed '2,$s/^/ /'
3391
3391
echo -e ""
3392
3392
echo -e "${BOLD}${WHITE}Parameters${OFF}"
3393
3393
echo -e " * ${GREEN}projectKey${OFF}${BLUE}[string]${OFF}${RED}(required)${OFF}${OFF} - The project key, used to tie the flags together under one project so they can be managed together. ${YELLOW}Specify as: projectKey=value${OFF}"| paste -sd''| fold -sw 80 | sed '2,$s/^/ /'
3394
3394
echo -e " * ${GREEN}environmentKey${OFF}${BLUE}[string]${OFF}${RED}(required)${OFF}${OFF} - The environment key, used to tie together flag configuration and users under one environment so they can be managed together. ${YELLOW}Specify as: environmentKey=value${OFF}"| paste -sd''| fold -sw 80 | sed '2,$s/^/ /'
3395
3395
echo -e " * ${GREEN}userSegmentKey${OFF}${BLUE}[string]${OFF}${RED}(required)${OFF}${OFF} - The user segment's key. The key identifies the user segment in your code. ${YELLOW}Specify as: userSegmentKey=value${OFF}"| paste -sd''| fold -sw 80 | sed '2,$s/^/ /'
3396
-
echo -e " * ${GREEN}body${OFF}${BLUE}[application/json]${OFF}${RED}(required)${OFF}${OFF} - Add or remove user targets to the included or excluded lists on an unbounded segment"| paste -sd''| fold -sw 80 | sed '2,$s/^/ /'
3396
+
echo -e " * ${GREEN}body${OFF}${BLUE}[application/json]${OFF}${RED}(required)${OFF}${OFF} - Add or remove user targets to the included or excluded lists on a big segment. Contact your account manager for early access to this feature."| paste -sd''| fold -sw 80 | sed '2,$s/^/ /'
Copy file name to clipboardExpand all lines: docs/ApprovalRequest.md
+2
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,8 @@ Name | Type | Description | Notes
14
14
**allReviews** | [**array[ApprovalRequestReview]**](ApprovalRequestReview.md) | | [optional][default to null]
15
15
**notifyMemberIds** | **array[string]** | | [optional][default to null]
16
16
**instructions** | [**SemanticPatchInstruction**](SemanticPatchInstruction.md) | | [optional][default to null]
17
+
**executionDate** | **integer** | | [optional][default to null]
18
+
**operatingOnId** | **string** | | [optional][default to null]
17
19
18
20
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
Copy file name to clipboardExpand all lines: docs/ApprovalRequestConfigBody.md
+2
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,8 @@ Name | Type | Description | Notes
7
7
**instructions** | [**SemanticPatchInstruction**](SemanticPatchInstruction.md) | | [default to null]
8
8
**notifyMemberIds** | **array[string]** | | [default to null]
9
9
**comment** | **string** | | [optional][default to null]
10
+
**executionDate** | **integer** | | [optional][default to null]
11
+
**operatingOnId** | **string** | | [optional][default to null]
10
12
11
13
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**add** | **array[string]** | | [optional][default to null]
7
+
**remove** | **array[string]** | | [optional][default to null]
8
+
9
+
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**included** | [**BigSegmentTargetChanges**](BigSegmentTargetChanges.md) | | [optional][default to null]
7
+
**excluded** | [**BigSegmentTargetChanges**](BigSegmentTargetChanges.md) | | [optional][default to null]
8
+
9
+
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
Copy file name to clipboardExpand all lines: docs/FeatureFlagStatus.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Name | Type | Description | Notes
6
6
**name** | **string** | | [optional][default to null]
7
7
**lastRequested** | **string** | | [optional][default to null]
8
8
**default** | **map** | | [optional][default to null]
9
-
**_links** | [**Links**](Links.md) | | [optional][default to null]
9
+
**_links** | [**FeatureFlagStatusLinks**](FeatureFlagStatusLinks.md) | | [optional][default to null]
10
10
11
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)
**parent** | [**Link**](Link.md) | | [optional][default to null]
7
+
**self** | [**Link**](Link.md) | | [optional][default to null]
8
+
9
+
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**_links** | [**Links**](Links.md) | | [optional][default to null]
6
+
**_links** | [**FeatureFlagStatusLinks**](FeatureFlagStatusLinks.md) | | [optional][default to null]
7
7
**items** | [**array[FeatureFlagStatus]**](FeatureFlagStatus.md) | | [optional][default to null]
8
8
9
9
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments