Skip to content

Commit 1c443dd

Browse files
Update rest-api-spec main (#2875)
Co-authored-by: pquentin <[email protected]>
1 parent b2ad226 commit 1c443dd

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

output/schema/validation-errors.json

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

specification/_json_spec/indices.resolve_index.json

+10
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,16 @@
2929
"options": ["open", "closed", "hidden", "none", "all"],
3030
"default": "open",
3131
"description": "Whether wildcard expressions should get expanded to open or closed indices (default: open)"
32+
},
33+
"ignore_unavailable": {
34+
"type": "boolean",
35+
"description": "Whether specified concrete indices should be ignored when unavailable (missing or closed)",
36+
"default": false
37+
},
38+
"allow_no_indices": {
39+
"type": "boolean",
40+
"description": "Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified)",
41+
"default": true
3242
}
3343
}
3444
}

0 commit comments

Comments
 (0)