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@49cd3e0df5
This commit is contained in:
Alexander Reelsen 2018-03-04 11:54:09 -08:00 committed by GitHub
parent 918f62f97a
commit 792fcccf46
1 changed files with 0 additions and 4 deletions

View File

@ -7,10 +7,6 @@
"paths": [ "/_xpack" ], "paths": [ "/_xpack" ],
"parts": {}, "parts": {},
"params": { "params": {
"human" : {
"type" : "boolean",
"description" : "Presents additional info for humans (feature descriptions and X-Pack tagline)"
},
"categories": { "categories": {
"type": "list", "type": "list",
"description" : "Comma-separated list of info categories. Can be any of: build, license, features" "description" : "Comma-separated list of info categories. Can be any of: build, license, features"