Skip to content

Commit c5b79cd

Browse files
authored
[rest-api-spec/indices.refresh] Remove old params
Fixes #25234
1 parent 98b0267 commit c5b79cd

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

rest-api-spec/src/main/resources/rest-api-spec/api/indices.refresh.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,6 @@
2525
"options" : ["open","closed","none","all"],
2626
"default" : "open",
2727
"description" : "Whether to expand wildcard expression to concrete indices that are open, closed or both."
28-
},
29-
"force": {
30-
"type" : "boolean",
31-
"description" : "Force a refresh even if not required",
32-
"default": false
33-
},
34-
"operation_threading": {
35-
"description" : "TODO: ?"
3628
}
3729
}
3830
},

0 commit comments

Comments
 (0)