Merge pull request #20186 from gmarz/spec/wait_for_active_shards

[SPEC] Fix type for wait_for_active_shards (string => number)
This commit is contained in:
Greg Marzouka 2016-08-29 10:19:33 -04:00 committed by GitHub
commit 2363c7dcdd

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