[rest-api-spec/indices.refresh] Remove old params

Fixes #25234
This commit is contained in:
Spencer 2017-06-21 13:44:27 -07:00 committed by GitHub
parent 98b02676d8
commit c5b79cd460
1 changed files with 0 additions and 8 deletions

View File

@ -25,14 +25,6 @@
"options" : ["open","closed","none","all"], "options" : ["open","closed","none","all"],
"default" : "open", "default" : "open",
"description" : "Whether to expand wildcard expression to concrete indices that are open, closed or both." "description" : "Whether to expand wildcard expression to concrete indices that are open, closed or both."
},
"force": {
"type" : "boolean",
"description" : "Force a refresh even if not required",
"default": false
},
"operation_threading": {
"description" : "TODO: ?"
} }
} }
}, },