[API] cluster.health wait_for_nodes is a string, not a number

This commit is contained in:
Clinton Gormley 2013-10-01 19:28:46 +02:00
parent a6c9150427
commit e791f463b1

View File

@ -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": {