Skip to content

Commit 51781cb

Browse files
Update rest-api-spec
1 parent 1f82a03 commit 51781cb

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

output/schema/validation-errors.json

+3-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/_json_spec/mget.json

+6
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@
2929
]
3030
},
3131
"params": {
32+
"force_synthetic_source": {
33+
"type": "boolean",
34+
"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.",
35+
"visibility": "feature_flag",
36+
"feature_flag": "es.index_mode_feature_flag_registered"
37+
},
3238
"stored_fields": {
3339
"type": "list",
3440
"description": "A comma-separated list of stored fields to return in the response"

0 commit comments

Comments
 (0)