We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56423f6 commit c105256Copy full SHA for c105256
output/schema/validation-errors.json
@@ -1,5 +1,16 @@
1
{
2
- "endpointErrors": {},
+ "endpointErrors": {
3
+ "cat.segments": {
4
+ "request": [
5
+ "Request: query parameter 'expand_wildcards' does not exist in the json spec",
6
+ "Request: query parameter 'allow_no_indices' does not exist in the json spec",
7
+ "Request: query parameter 'ignore_throttled' does not exist in the json spec",
8
+ "Request: query parameter 'ignore_unavailable' does not exist in the json spec",
9
+ "Request: query parameter 'allow_closed' does not exist in the json spec"
10
+ ],
11
+ "response": []
12
+ }
13
+ },
14
"generalErrors": [
15
"Dangling type '_global.scripts_painless_execute:PainlessExecutionPosition'",
16
"Dangling type '_global.scripts_painless_execute:PainlessScript'",
0 commit comments