Skip to content

Commit 009578e

Browse files
Update rest-api-spec (#5062)
Co-authored-by: pquentin <[email protected]>
1 parent 0b3879e commit 009578e

File tree

3 files changed

+1
-24
lines changed

3 files changed

+1
-24
lines changed

output/schema/validation-errors.json

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,4 @@
11
{
2-
"endpointErrors": {
3-
"bulk": {
4-
"request": [
5-
"Request: missing json spec query parameter 'type'"
6-
],
7-
"response": []
8-
},
9-
"ml.stop_datafeed": {
10-
"request": [
11-
"Request: missing json spec query parameter 'allow_no_datafeeds'"
12-
],
13-
"response": []
14-
}
15-
},
2+
"endpointErrors": {},
163
"generalErrors": []
174
}

specification/_json_spec/bulk.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,6 @@
4646
"type": "time",
4747
"description": "Explicit operation timeout"
4848
},
49-
"type": {
50-
"type": "string",
51-
"description": "Default document type for items which don't provide one"
52-
},
5349
"_source": {
5450
"type": "list",
5551
"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"

specification/_json_spec/ml.stop_datafeed.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,6 @@
3030
"required": false,
3131
"description": "Whether to ignore if a wildcard expression matches no datafeeds. (This includes `_all` string or when no datafeeds have been specified)"
3232
},
33-
"allow_no_datafeeds": {
34-
"type": "boolean",
35-
"required": false,
36-
"description": "Whether to ignore if a wildcard expression matches no datafeeds. (This includes `_all` string or when no datafeeds have been specified)",
37-
"deprecated": true
38-
},
3933
"force": {
4034
"type": "boolean",
4135
"required": false,

0 commit comments

Comments
 (0)