indices.open takes a list of indices

not single index
This commit is contained in:
Martijn Laarman 2015-10-02 12:28:53 +02:00
parent 4a49f4d928
commit c3f25a0713
1 changed files with 2 additions and 2 deletions

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