Skip to content

Commit

Permalink
Add verify as acceptable query string parameter for createRepository (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Paritosh Bhatia authored and polyfractal committed Nov 7, 2017
1 parent fa7bfb3 commit 885bfea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Elasticsearch/Endpoints/Snapshot/Repository/Create.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ public function getParamWhitelist()
return array(
'master_timeout',
'timeout',
'verify'
);
}

Expand Down

0 comments on commit 885bfea

Please sign in to comment.