Skip to content

Commit

Permalink
Add 'request', 'request_cache' to ClearCache endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
polyfractal committed Apr 4, 2017
1 parent 6c8699c commit 07ff0be
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Elasticsearch/Endpoints/Indices/Cache/Clear.php
Expand Up @@ -48,7 +48,9 @@ public function getParamWhitelist()
'recycler',
'ignore_unavailable',
'allow_no_indices',
'expand_wildcards'
'expand_wildcards',
'request_cache',
'request'
);
}

Expand Down

0 comments on commit 07ff0be

Please sign in to comment.