We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c1c926 commit e135f58Copy full SHA for e135f58
1 file changed
spec/sdk/fixtures/environment.json
@@ -66,5 +66,31 @@
66
"segment_id": null,
67
"enabled": true
68
}
69
+ ],
70
+ "updated_at": "2023-07-14 16:12:00.000000",
71
+ "identity_overrides": [
72
+ {
73
+ "identifier": "overridden-id",
74
+ "identity_uuid": "0f21cde8-63c5-4e50-baca-87897fa6cd01",
75
+ "created_date": "2019-08-27T14:53:45.698555Z",
76
77
+ "environment_api_key": "B62qaMZNwfiqT76p38ggrQ",
78
+ "identity_features": [
79
80
+ "id": 1,
81
+ "feature": {
82
83
+ "name": "some_feature",
84
+ "type": "STANDARD"
85
+ },
86
+ "featurestate_uuid": "1bddb9a5-7e59-42c6-9be9-625fa369749f",
87
+ "feature_state_value": "some-overridden-value",
88
+ "enabled": false,
89
+ "environment": 1,
90
+ "identity": null,
91
+ "feature_segment": null
92
+ }
93
+ ]
94
95
]
96
0 commit comments