Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 1 addition & 9 deletions output/schema/validation-errors.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
{
"endpointErrors": {
"monitoring.bulk": {
"request": [
"Request: different number of urls in the json spec",
"Request: missing json spec path parameter 'type'"
],
"response": []
}
},
"endpointErrors": {},
"generalErrors": [
"Dangling type '_global.scripts_painless_execute:PainlessExecutionPosition'",
"Dangling type '_global.scripts_painless_execute:PainlessScript'",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"methods": ["GET"],
"parts": {
"name": {
"type": "list",
"description": "The comma separated names of the component templates"
"type": "string",
"description": "The name of the component template. Wildcard (`*`) expressions are supported."
}
}
}
Expand Down
18 changes: 0 additions & 18 deletions specification/_json_spec/monitoring.bulk.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,24 +15,6 @@
{
"path": "/_monitoring/bulk",
"methods": ["POST", "PUT"]
},
{
"path": "/_monitoring/{type}/bulk",
"methods": ["POST", "PUT"],
"parts": {
"type": {
"type": "string",
"description": "Default document type for items which don't provide one",
"deprecated": {
"version": "7.0.0",
"description": "Specifying types in urls has been deprecated"
}
}
},
"deprecated": {
"version": "7.0.0",
"description": "Specifying types in urls has been deprecated"
}
}
]
},
Expand Down
1 change: 0 additions & 1 deletion specification/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.