From 792fcccf46f153b44b910fbffb0606a2dda6f2af Mon Sep 17 00:00:00 2001 From: Alexander Reelsen Date: Sun, 4 Mar 2018 11:54:09 -0800 Subject: [PATCH] REST Tests: Remove human parameter (elastic/x-pack-elasticsearch#4032) This parameter already exists in the core _common.json, no need to repeat. relates elastic/x-pack-elasticsearch#3575 Original commit: elastic/x-pack-elasticsearch@49cd3e0df502b4f8d72fa1957ce149ec3cfec274 --- plugin/src/test/resources/rest-api-spec/api/xpack.info.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/plugin/src/test/resources/rest-api-spec/api/xpack.info.json b/plugin/src/test/resources/rest-api-spec/api/xpack.info.json index dc982553178..9913bc3fba6 100644 --- a/plugin/src/test/resources/rest-api-spec/api/xpack.info.json +++ b/plugin/src/test/resources/rest-api-spec/api/xpack.info.json @@ -7,10 +7,6 @@ "paths": [ "/_xpack" ], "parts": {}, "params": { - "human" : { - "type" : "boolean", - "description" : "Presents additional info for humans (feature descriptions and X-Pack tagline)" - }, "categories": { "type": "list", "description" : "Comma-separated list of info categories. Can be any of: build, license, features"