From f4c8dfce5ad0b9b0b38f55f7ca2e1724b34e7921 Mon Sep 17 00:00:00 2001 From: Dimitrios Athanasiou Date: Fri, 3 Mar 2017 13:07:42 +0000 Subject: [PATCH] [TEST] Add missing parts in delete_expired_data REST spec Original commit: elastic/x-pack-elasticsearch@3530ed1550a10606ea964fc4fe92d8e9b4a5869b --- .../rest-api-spec/api/xpack.ml.delete_expired_data.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugin/src/test/resources/rest-api-spec/api/xpack.ml.delete_expired_data.json b/plugin/src/test/resources/rest-api-spec/api/xpack.ml.delete_expired_data.json index 88b73117ff3..4a4c079d522 100644 --- a/plugin/src/test/resources/rest-api-spec/api/xpack.ml.delete_expired_data.json +++ b/plugin/src/test/resources/rest-api-spec/api/xpack.ml.delete_expired_data.json @@ -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 }