@@ -22,7 +22,7 @@ PHP 5.6 and later
2222To install the bindings via [ Composer] ( http://getcomposer.org/ ) :
2323
2424```
25- composer require sendinblue/api-v3-sdk "^6.0 .0"
25+ composer require sendinblue/api-v3-sdk "^6.1 .0"
2626```
2727
2828Further do:
@@ -51,6 +51,10 @@ require_once(__DIR__ . '/vendor/autoload.php');
5151$config = SendinBlue\Client\Configuration::getDefaultConfiguration()->setApiKey('api-key', 'YOUR_API_KEY');
5252// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
5353// $config = SendinBlue\Client\Configuration::getDefaultConfiguration()->setApiKeyPrefix('api-key', 'Bearer');
54+ // Configure API key authorization: partner-key
55+ $config = SendinBlue\Client\Configuration::getDefaultConfiguration()->setApiKey('partner-key', 'YOUR_API_KEY');
56+ // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
57+ // $config = SendinBlue\Client\Configuration::getDefaultConfiguration()->setApiKeyPrefix('partner-key', 'Bearer');
5458
5559$apiInstance = new SendinBlue\Client\Api\AccountApi(
5660 // If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
@@ -203,6 +207,7 @@ Class | Method | HTTP request | Description
203207 - [ CreateSmtpEmail] ( docs/Model/CreateSmtpEmail.md )
204208 - [ CreateSmtpTemplate] ( docs/Model/CreateSmtpTemplate.md )
205209 - [ CreateSmtpTemplateSender] ( docs/Model/CreateSmtpTemplateSender.md )
210+ - [ CreateUpdateContactModel] ( docs/Model/CreateUpdateContactModel.md )
206211 - [ CreateUpdateFolder] ( docs/Model/CreateUpdateFolder.md )
207212 - [ CreateWebhook] ( docs/Model/CreateWebhook.md )
208213 - [ CreatedProcessId] ( docs/Model/CreatedProcessId.md )
@@ -342,10 +347,12 @@ Class | Method | HTTP request | Description
342347- ** API key parameter name** : api-key
343348- ** Location** : HTTP header
344349
350+ ## partner-key
345351
346- ## Support and Feedback
352+ - ** Type** : API key
353+ - ** API key parameter name** : partner-key
354+ - ** Location** : HTTP header
347355
348- Be sure to visit the SendinBlue official [ documentation website] ( https://sendinblue.readme.io/docs ) for additional information about our API.
349356
350357If you find a bug, please post the issue on [ Github] ( https://github.com/sendinblue/APIv3-php-library/issues ) .
351358
0 commit comments