[TEST] Add missing parts in delete_expired_data REST spec
Original commit: elastic/x-pack-elasticsearch@3530ed1550
This commit is contained in:
parent
a7a36245c9
commit
f4c8dfce5a
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue