summaryrefslogtreecommitdiff
path: root/rest-api-spec/src
diff options
context:
space:
mode:
authorSpencer <spalger@users.noreply.github.com>2017-06-21 13:44:27 -0700
committerGitHub <noreply@github.com>2017-06-21 13:44:27 -0700
commitc5b79cd46021075e3696eee3b6bae45d71af31fa (patch)
treec97e7597dd0b374b344884edb7b939dd0b7937c4 /rest-api-spec/src
parent98b02676d81887a24556f3b53c4f9b49e60edea3 (diff)
[rest-api-spec/indices.refresh] Remove old params
Fixes #25234
Diffstat (limited to 'rest-api-spec/src')
-rw-r--r--rest-api-spec/src/main/resources/rest-api-spec/api/indices.refresh.json8
1 files changed, 0 insertions, 8 deletions
diff --git a/rest-api-spec/src/main/resources/rest-api-spec/api/indices.refresh.json b/rest-api-spec/src/main/resources/rest-api-spec/api/indices.refresh.json
index 703fa73f8d..a32974d017 100644
--- a/rest-api-spec/src/main/resources/rest-api-spec/api/indices.refresh.json
+++ b/rest-api-spec/src/main/resources/rest-api-spec/api/indices.refresh.json
@@ -25,14 +25,6 @@
"options" : ["open","closed","none","all"],
"default" : "open",
"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: ?"
}
}
},