diff --git a/rest-api-spec/api/indices.refresh.json b/rest-api-spec/api/indices.refresh.json index 06aedad5df6..95dd8c105bc 100644 --- a/rest-api-spec/api/indices.refresh.json +++ b/rest-api-spec/api/indices.refresh.json @@ -26,6 +26,11 @@ "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: ?" }