Skip to content

Commit

Permalink
indices.open takes a list of indices
Browse files Browse the repository at this point in the history
not single index
  • Loading branch information
Mpdreamz committed Oct 2, 2015
1 parent 4a49f4d commit c3f25a0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit c3f25a0

Please sign in to comment.