indices.close takes a list of indices

not single index
This commit is contained in:
Martijn Laarman 2015-10-02 12:30:40 +02:00
parent 4a49f4d928
commit 80b5a58835

View File

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