Skip to content

Commit

Permalink
Add 'expand_wildcards' to parameter whitelist for Cluster\State Endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
polyfractal committed Feb 10, 2015
1 parent 52c90b2 commit 1094691
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Elasticsearch/Endpoints/Cluster/State.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ protected function getParamWhitelist()
'local',
'master_timeout',
'flat_settings',
'index_templates'
'index_templates',
'expand_wildcards'
);
}

Expand Down

0 comments on commit 1094691

Please sign in to comment.