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.
**onVariation** | **integer** | | [default to null]
7
+
**offVariation** | **integer** | | [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/FeatureFlag.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@ Name | Type | Description | Notes
21
21
**environments** | [**map[String, FeatureFlagConfig]**](FeatureFlagConfig.md) | | [optional][default to null]
22
22
**archivedDate** | **integer** | | [optional][default to null]
23
23
**archived** | **boolean** | | [optional][default to null]
24
+
**defaults** | [**Defaults**](Defaults.md) | | [optional][default to null]
24
25
25
26
[[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/FeatureFlagBody.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@ Name | Type | Description | Notes
10
10
**temporary** | **boolean** | | [optional][default to null]
11
11
**tags** | **array[string]** | | [optional][default to null]
12
12
**includeInSnippet** | **boolean** | | [optional][default to null]
13
+
**defaults** | [**Defaults**](Defaults.md) | | [optional][default to null]
13
14
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)
Copy file name to clipboardExpand all lines: docs/FeatureFlagConfig.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@ Name | Type | Description | Notes
15
15
**offVariation** | **integer** | | [optional][default to null]
16
16
**prerequisites** | [**array[Prerequisite]**](Prerequisite.md) | | [optional][default to null]
17
17
**trackEvents** | **boolean** | | [optional][default to null]
18
+
**trackEventsFallthrough** | **boolean** | | [optional][default to null]
18
19
19
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)
**name** | **string** | | [optional][default to null]
7
+
**key** | **string** | | [optional][default to null]
8
+
**_links** | [**Links**](Links.md) | | [optional][default to null]
9
+
**_site** | [**Site**](Site.md) | | [optional][default to null]
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)
Copy file name to clipboardExpand all lines: docs/MembersBody.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Name | Type | Description | Notes
8
8
**lastName** | **string** | | [optional][default to null]
9
9
**role** | [**Role**](Role.md) | | [optional][default to null]
10
10
**customRoles** | **array[string]** | | [optional][default to null]
11
-
**inlineRole** | [**Statements**](Statements.md) | | [optional][default to null]
11
+
**inlineRole** | [**array[Statement]**](Statement.md) | | [optional][default to null]
12
12
13
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)
**resources** | **array[string]** | | [optional][default to null]
7
+
**notResources** | **array[string]** | | [optional][default to null]
7
8
**actions** | **array[string]** | | [optional][default to null]
9
+
**notActions** | **array[string]** | | [optional][default to null]
8
10
**effect** | **string** | | [optional][default to null]
9
11
10
12
[[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