[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" ],
|
"methods": [ "DELETE" ],
|
||||||
"url": {
|
"url": {
|
||||||
"path": "/_xpack/ml/_delete_expired_data",
|
"path": "/_xpack/ml/_delete_expired_data",
|
||||||
"paths": [ "/_xpack/ml/_delete_expired_data" ]
|
"paths": [ "/_xpack/ml/_delete_expired_data" ],
|
||||||
|
"parts": {}
|
||||||
},
|
},
|
||||||
"body": null
|
"body": null
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue