Skip to content

Commit 7161ead

Browse files
authored
Fix getAllFeatures response (#820)
1 parent 5821cc2 commit 7161ead

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Diff for: docs/sdk/features.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -122,15 +122,19 @@ The response is the following general format, with slight changes depending on t
122122
```json
123123
{
124124
"your-cool-feature": {
125-
"_id": "123456",
126125
"key": "your-cool-feature",
127126
"type": "release",
127+
"variationKey": "variation-on",
128+
"variationName": "Variation On",
129+
"_id": "123456",
128130
"_variation": "333345"
129131
},
130132
"another-feature": {
131-
"_id": "123456",
132133
"key": "another-feature",
133134
"type": "ops",
135+
"variationKey": "enabled",
136+
"variationName": "Enabled",
137+
"_id": "123456",
134138
"_variation": "444123"
135139
}
136140
}

0 commit comments

Comments
 (0)