Skip to content

Commit adb10d1

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

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

output/schema/validation-errors.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
{
2-
"endpointErrors": {},
2+
"endpointErrors": {
3+
"indices.resolve_index": {
4+
"request": [
5+
"Request: query parameter 'mode' does not exist in the json spec"
6+
],
7+
"response": []
8+
}
9+
},
310
"generalErrors": [
411
"Dangling type '_global.scripts_painless_execute:PainlessExecutionPosition'",
512
"Dangling type '_global.scripts_painless_execute:PainlessScript'",

specification/_json_spec/indices.resolve_index.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,6 @@
3939
"type": "boolean",
4040
"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)",
4141
"default": true
42-
},
43-
"mode": {
44-
"type": "enum",
45-
"options": ["standard", "time_series", "logsdb", "lookup"],
46-
"default": "",
47-
"description": "Filter indices by index mode. Comma-separated list of IndexMode. Empty means no filter."
4842
}
4943
}
5044
}

0 commit comments

Comments
 (0)