[REST API] set correct default value

The correct default value for the `expand_wildcards` parameter to `indices.get_alias` is `all` as of all
f4d75f0212
This commit is contained in:
Spencer 2016-04-05 09:19:21 -07:00
parent b5b00c5d66
commit 7037670aeb
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
"expand_wildcards": {
"type" : "enum",
"options" : ["open","closed","none","all"],
"default" : "open",
"default" : "all",
"description" : "Whether to expand wildcard expression to concrete indices that are open, closed or both."
},
"local": {