Skip to content

Update rest-api-spec 8.18 #5062

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 12, 2025
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
15 changes: 1 addition & 14 deletions output/schema/validation-errors.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,4 @@
{
"endpointErrors": {
"bulk": {
"request": [
"Request: missing json spec query parameter 'type'"
],
"response": []
},
"ml.stop_datafeed": {
"request": [
"Request: missing json spec query parameter 'allow_no_datafeeds'"
],
"response": []
}
},
"endpointErrors": {},
"generalErrors": []
}
4 changes: 0 additions & 4 deletions specification/_json_spec/bulk.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,6 @@
"type": "time",
"description": "Explicit operation timeout"
},
"type": {
"type": "string",
"description": "Default document type for items which don't provide one"
},
"_source": {
"type": "list",
"description": "True or false to return the _source field or not, or default list of fields to return, can be overridden on each sub-request"
Expand Down
6 changes: 0 additions & 6 deletions specification/_json_spec/ml.stop_datafeed.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,6 @@
"required": false,
"description": "Whether to ignore if a wildcard expression matches no datafeeds. (This includes `_all` string or when no datafeeds have been specified)"
},
"allow_no_datafeeds": {
"type": "boolean",
"required": false,
"description": "Whether to ignore if a wildcard expression matches no datafeeds. (This includes `_all` string or when no datafeeds have been specified)",
"deprecated": true
},
"force": {
"type": "boolean",
"required": false,
Expand Down