Skip to content

Commit 93c4f22

Browse files
committed
Add 'ignore_unavailable' to Snapshot/Get whitelist
1 parent cc3a40d commit 93c4f22

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

src/Elasticsearch/Endpoints/Snapshot/Get.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ public function getParamWhitelist()
8888
{
8989
return array(
9090
'master_timeout',
91+
'ignore_unavailable'
9192
);
9293
}
9394

0 commit comments

Comments
 (0)