Skip to content

Commit

Permalink
Add 'ignore_unavailable' to Snapshot/Get whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
polyfractal committed Sep 15, 2016
1 parent cc3a40d commit 93c4f22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Elasticsearch/Endpoints/Snapshot/Get.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ public function getParamWhitelist()
{
return array(
'master_timeout',
'ignore_unavailable'
);
}

Expand Down

0 comments on commit 93c4f22

Please sign in to comment.