Skip to content

Commit

Permalink
Add preserve_existing param to Indices/PutSettings whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
polyfractal committed Mar 31, 2016
1 parent f9c297c commit 69389fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Elasticsearch/Endpoints/Indices/Settings/Put.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ protected function getParamWhitelist()
'allow_no_indices',
'expand_wildcards',
'flat_settings',
'preserve_existing'
);
}

Expand Down

0 comments on commit 69389fc

Please sign in to comment.