mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
[API] cluster.health wait_for_nodes is a string, not a number
This commit is contained in:
parent
a6c9150427
commit
e791f463b1
@ -35,7 +35,7 @@
|
||||
"description" : "Wait until the specified number of shards is active"
|
||||
},
|
||||
"wait_for_nodes": {
|
||||
"type" : "number",
|
||||
"type" : "string",
|
||||
"description" : "Wait until the specified number of nodes is available"
|
||||
},
|
||||
"wait_for_relocating_shards": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user