Skip to content

Commit

Permalink
Add 'verbose' param to Snapshot\Get whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
polyfractal committed Jul 20, 2017
1 parent f708d9d commit b70b933
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Elasticsearch/Endpoints/Snapshot/Get.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ public function getParamWhitelist()
{
return array(
'master_timeout',
'ignore_unavailable'
'ignore_unavailable',
'verbose'
);
}

Expand Down

0 comments on commit b70b933

Please sign in to comment.