diff --git a/src/Elasticsearch/Endpoints/Snapshot/Get.php b/src/Elasticsearch/Endpoints/Snapshot/Get.php index 70c6b54dc..44d171f23 100644 --- a/src/Elasticsearch/Endpoints/Snapshot/Get.php +++ b/src/Elasticsearch/Endpoints/Snapshot/Get.php @@ -88,7 +88,8 @@ public function getParamWhitelist() { return array( 'master_timeout', - 'ignore_unavailable' + 'ignore_unavailable', + 'verbose' ); }