Skip to content

Commit 555dbfd

Browse files
[SPEC] Added force to indices.refresh
1 parent ec3b19a commit 555dbfd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

rest-api-spec/api/indices.refresh.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@
2626
"default" : "open",
2727
"description" : "Whether to expand wildcard expression to concrete indices that are open, closed or both."
2828
},
29+
"force": {
30+
"type" : "boolean",
31+
"description" : "Force a refresh even if not required",
32+
"default": false
33+
},
2934
"operation_threading": {
3035
"description" : "TODO: ?"
3136
}

0 commit comments

Comments
 (0)