mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
Merge pull request #13901 from elastic/fix/indices-close-restspec
indices.close takes a list of indices
This commit is contained in:
commit
fd6652f59f
@ -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