Skip to content

Commit

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

Expand Down

0 comments on commit f90c2dd

Please sign in to comment.