[SPEC] Change type of wait_for_active_shards from number to string

This commit is contained in:
Greg Marzouka 2016-08-29 09:31:01 -04:00
parent 5fac32e699
commit 84f05cd7d5
1 changed files with 1 additions and 1 deletions

View File

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