From 7d9387452ece72495d027cede2627c7ecfddab85 Mon Sep 17 00:00:00 2001 From: Karel Minarik Date: Wed, 19 Jun 2013 17:52:48 +0200 Subject: [PATCH] Removed `index` and `name` parameters from the "Get Alias" API --- rest-api-spec/api/indices.get_alias.json | 8 -------- 1 file changed, 8 deletions(-) diff --git a/rest-api-spec/api/indices.get_alias.json b/rest-api-spec/api/indices.get_alias.json index c8cd5d137da..faba1714da9 100644 --- a/rest-api-spec/api/indices.get_alias.json +++ b/rest-api-spec/api/indices.get_alias.json @@ -22,14 +22,6 @@ "options" : ["none","missing"], "default" : "none", "description" : "When performed on multiple indices, allows to ignore `missing` ones" - }, - "index": { - "type" : "list", - "description" : "A comma-separated list of index names to filter aliases" - }, - "name": { - "type" : "list", - "description" : "A comma-separated list of alias names to return" } } },