Skip to content

Commit 5186430

Browse files
pquentingithub-actions[bot]
authored andcommitted
Update rest-api-spec
1 parent b2ad226 commit 5186430

File tree

4 files changed

+11
-12
lines changed

4 files changed

+11
-12
lines changed

output/schema/schema.json

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

output/schema/validation-errors.json

Lines changed: 0 additions & 7 deletions
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

Lines changed: 10 additions & 0 deletions
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
}

specification/_json_spec/ingest.put_geoip_database.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
"stability": "stable",
88
"visibility": "public",
99
"headers": {
10-
"accept": ["application/json"],
11-
"content_type": ["application/json"]
10+
"accept": ["application/json"]
1211
},
1312
"url": {
1413
"paths": [

0 commit comments

Comments
 (0)