mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-23 05:15:04 +00:00
indices.close takes a list of indices
not single index
This commit is contained in:
parent
4a49f4d928
commit
80b5a58835
@ -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": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user