Skip to content

Commit 8362ede

Browse files
committed
Add 'wait_for_active_shards' to Indices\Open whitelist
1 parent 2b5a5f8 commit 8362ede

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

src/Elasticsearch/Endpoints/Indices/Open.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ public function getParamWhitelist()
5050
'ignore_unavailable',
5151
'allow_no_indices',
5252
'expand_wildcards',
53+
'wait_for_active_shards',
5354
);
5455
}
5556

0 commit comments

Comments
 (0)