From 03170d870b67c2f34e9e3a85ed507218eba18516 Mon Sep 17 00:00:00 2001 From: Dimitrios Athanasiou Date: Wed, 19 Apr 2017 13:10:50 +0100 Subject: [PATCH] [ML] Remove expand from get-records REST spec Relates elastic/x-pack-elasticsearch#1119 Original commit: elastic/x-pack-elasticsearch@d034a7ee5dda349d42055d4e7c4b8a847c0f4bfb --- .../test/resources/rest-api-spec/api/xpack.ml.get_records.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/plugin/src/test/resources/rest-api-spec/api/xpack.ml.get_records.json b/plugin/src/test/resources/rest-api-spec/api/xpack.ml.get_records.json index 889aa233c66..7e71ba740d1 100644 --- a/plugin/src/test/resources/rest-api-spec/api/xpack.ml.get_records.json +++ b/plugin/src/test/resources/rest-api-spec/api/xpack.ml.get_records.json @@ -13,9 +13,6 @@ } }, "params": { - "expand": { - "type": "boolean" - }, "include_interim": { "type": "boolean", "description": "Include interim results"