Skip to content

Commit 53c1a80

Browse files
committed
indices.close takes a list of indices
not single index
1 parent 01f24ae commit 53c1a80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rest-api-spec/src/main/resources/rest-api-spec/api/indices.close.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
"paths": ["/{index}/_close"],
88
"parts": {
99
"index": {
10-
"type" : "string",
10+
"type" : "list",
1111
"required" : true,
12-
"description" : "The name of the index"
12+
"description" : "A comma separated list of indices to close"
1313
}
1414
},
1515
"params": {

0 commit comments

Comments
 (0)