From 80b5a58835d9543e1e4f2384fc77b3c23ff1afad Mon Sep 17 00:00:00 2001 From: Martijn Laarman Date: Fri, 2 Oct 2015 12:30:40 +0200 Subject: [PATCH] indices.close takes a list of indices not single index --- .../src/main/resources/rest-api-spec/api/indices.close.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rest-api-spec/src/main/resources/rest-api-spec/api/indices.close.json b/rest-api-spec/src/main/resources/rest-api-spec/api/indices.close.json index 3a9bc596b96..4eaa93030ee 100644 --- a/rest-api-spec/src/main/resources/rest-api-spec/api/indices.close.json +++ b/rest-api-spec/src/main/resources/rest-api-spec/api/indices.close.json @@ -7,9 +7,9 @@ "paths": ["/{index}/_close"], "parts": { "index": { - "type" : "string", + "type" : "list", "required" : true, - "description" : "The name of the index" + "description" : "A comma separated list of indices to close" } }, "params": {