Skip to content

Commit 547a078

Browse files
authored
Remove allow_no_datafeeds from ml.stop_datafeed rest-api-spec (#131930) (#132190)
1 parent aba4e21 commit 547a078

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

rest-api-spec/src/main/resources/rest-api-spec/api/ml.stop_datafeed.json

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

0 commit comments

Comments
 (0)