mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
Merge pull request #13900 from elastic/fix/indices-open-restspec
indices.open takes a list of indices
This commit is contained in:
commit
536ee2b5eb
@ -7,9 +7,9 @@
|
||||
"paths": ["/{index}/_open"],
|
||||
"parts": {
|
||||
"index": {
|
||||
"type" : "string",
|
||||
"type" : "list",
|
||||
"required" : true,
|
||||
"description" : "The name of the index"
|
||||
"description" : "A comma separated list of indices to open"
|
||||
}
|
||||
},
|
||||
"params": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user