diff --git a/rest-api-spec/src/main/resources/rest-api-spec/api/indices.open.json b/rest-api-spec/src/main/resources/rest-api-spec/api/indices.open.json index 3c2cb1cd6fb35..879ce5a2b9d9a 100644 --- a/rest-api-spec/src/main/resources/rest-api-spec/api/indices.open.json +++ b/rest-api-spec/src/main/resources/rest-api-spec/api/indices.open.json @@ -7,9 +7,9 @@ "paths": ["/{index}/_open"], "parts": { "index": { - "type" : "string", + "type" : "list", "required" : true, - "description" : "The name of the index" + "description" : "A comma separated list of indices to open" } }, "params": {