Merge pull request #21099 from gmarz/rest-allow-no-indices

Remove allow_no_indices from indices.upgrade
This commit is contained in:
Greg Marzouka 2016-10-25 12:31:09 -04:00 committed by GitHub
commit c3761b8e4d
1 changed files with 0 additions and 4 deletions

View File

@ -12,10 +12,6 @@
}
},
"params": {
"allow_no_indices": {
"type" : "boolean",
"description" : "Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified)"
},
"expand_wildcards": {
"type" : "enum",
"options" : ["open","closed","none","all"],