Merge pull request #13901 from elastic/fix/indices-close-restspec

indices.close takes a list of indices
This commit is contained in:
Martijn Laarman 2015-10-06 11:27:12 +02:00
commit fd6652f59f

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