Skip to content

Commit a3ffdd0

Browse files
Update rest-api-spec
1 parent 8324603 commit a3ffdd0

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

output/schema/validation-errors.json

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/_json_spec/get.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@
2828
]
2929
},
3030
"params": {
31+
"force_synthetic_source": {
32+
"type": "boolean",
33+
"description": "Should this request force synthetic _source? Use this to test if the mapping supports synthetic _source and to get a sense of the worst case performance. Fetches with this enabled will be slower the enabling synthetic source natively in the index.",
34+
"visibility": "feature_flag",
35+
"feature_flag": "es.index_mode_feature_flag_registered"
36+
},
3137
"stored_fields": {
3238
"type": "list",
3339
"description": "A comma-separated list of stored fields to return in the response"

0 commit comments

Comments
 (0)