Kaynağa Gözat

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

Fixes #25234
Spencer 8 yıl önce
ebeveyn
işleme
c5b79cd460

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