You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: x-pack/plugin/src/test/resources/rest-api-spec/api/cat.ml_datafeeds.json
+6
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,12 @@
33
33
"required":false,
34
34
"description":"Whether to ignore if a wildcard expression matches no datafeeds. (This includes `_all` string or when no datafeeds have been specified)"
35
35
},
36
+
"allow_no_datafeeds":{
37
+
"type":"boolean",
38
+
"required":false,
39
+
"description":"Whether to ignore if a wildcard expression matches no datafeeds. (This includes `_all` string or when no datafeeds have been specified)",
40
+
"deprecated":true
41
+
},
36
42
"format":{
37
43
"type":"string",
38
44
"description":"a short version of the Accept header, e.g. json, yaml"
Copy file name to clipboardExpand all lines: x-pack/plugin/src/test/resources/rest-api-spec/api/ml.get_datafeed_stats.json
+6
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,12 @@
32
32
"type":"boolean",
33
33
"required":false,
34
34
"description":"Whether to ignore if a wildcard expression matches no datafeeds. (This includes `_all` string or when no datafeeds have been specified)"
35
+
},
36
+
"allow_no_datafeeds":{
37
+
"type":"boolean",
38
+
"required":false,
39
+
"description":"Whether to ignore if a wildcard expression matches no datafeeds. (This includes `_all` string or when no datafeeds have been specified)",
Copy file name to clipboardExpand all lines: x-pack/plugin/src/test/resources/rest-api-spec/api/ml.get_datafeeds.json
+6
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,12 @@
32
32
"type":"boolean",
33
33
"required":false,
34
34
"description":"Whether to ignore if a wildcard expression matches no datafeeds. (This includes `_all` string or when no datafeeds have been specified)"
35
+
},
36
+
"allow_no_datafeeds":{
37
+
"type":"boolean",
38
+
"required":false,
39
+
"description":"Whether to ignore if a wildcard expression matches no datafeeds. (This includes `_all` string or when no datafeeds have been specified)",
Copy file name to clipboardExpand all lines: x-pack/plugin/src/test/resources/rest-api-spec/api/ml.stop_datafeed.json
+6
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,12 @@
27
27
"required":false,
28
28
"description":"Whether to ignore if a wildcard expression matches no datafeeds. (This includes `_all` string or when no datafeeds have been specified)"
29
29
},
30
+
"allow_no_datafeeds":{
31
+
"type":"boolean",
32
+
"required":false,
33
+
"description":"Whether to ignore if a wildcard expression matches no datafeeds. (This includes `_all` string or when no datafeeds have been specified)",
0 commit comments