[TEST] Add missing parts in delete_expired_data REST spec

Original commit: elastic/x-pack-elasticsearch@3530ed1550
This commit is contained in:
Dimitrios Athanasiou 2017-03-03 13:07:42 +00:00
parent a7a36245c9
commit f4c8dfce5a
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,8 @@
"methods": [ "DELETE" ],
"url": {
"path": "/_xpack/ml/_delete_expired_data",
"paths": [ "/_xpack/ml/_delete_expired_data" ]
"paths": [ "/_xpack/ml/_delete_expired_data" ],
"parts": {}
},
"body": null
}