Skip to content

Commit 69389fc

Browse files
committed
Add preserve_existing param to Indices/PutSettings whitelist
1 parent f9c297c commit 69389fc

File tree

1 file changed

+1
-0
lines changed
  • src/Elasticsearch/Endpoints/Indices/Settings

1 file changed

+1
-0
lines changed

src/Elasticsearch/Endpoints/Indices/Settings/Put.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ protected function getParamWhitelist()
5959
'allow_no_indices',
6060
'expand_wildcards',
6161
'flat_settings',
62+
'preserve_existing'
6263
);
6364
}
6465

0 commit comments

Comments
 (0)