浏览代码

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

Fixes #25234
Spencer 8 年之前
父节点
当前提交
c5b79cd460
共有 1 个文件被更改,包括 0 次插入8 次删除
  1. 0 8
      rest-api-spec/src/main/resources/rest-api-spec/api/indices.refresh.json

+ 0 - 8
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: ?"
         }
       }
     },