Merge pull request #13900 from elastic/fix/indices-open-restspec

indices.open takes a list of indices
This commit is contained in:
Martijn Laarman 2015-10-06 11:27:52 +02:00
commit 536ee2b5eb

View File

@ -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": {