[SPEC] Change type of wait_for_active_shards from number to string
This commit is contained in:
parent
5fac32e699
commit
84f05cd7d5
|
@ -31,7 +31,7 @@
|
|||
"description" : "Explicit operation timeout"
|
||||
},
|
||||
"wait_for_active_shards": {
|
||||
"type" : "number",
|
||||
"type" : "string",
|
||||
"description" : "Wait until the specified number of shards is active"
|
||||
},
|
||||
"wait_for_nodes": {
|
||||
|
|
Loading…
Reference in New Issue