Skip to content

Commit

Permalink
Change default user-agent configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
bashmach committed Jun 16, 2023
1 parent e9973fb commit 622d3c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,11 @@ class Configuration
*/
protected string $host = 'https://api.pipedrive.com/v1';
/**
* User agent of the HTTP request, set to "OpenAPI-Generator/{version}/PHP" by default
* User agent of the HTTP request, set to "Pipedrive-SDK-PHP-5.x" by default
*
* @var string
*/
protected string $userAgent = 'OpenAPI-Generator/1.0.0/PHP';
protected string $userAgent = 'Pipedrive-SDK-PHP-5.x';

/**
* Debug switch (default set to false)
Expand Down

0 comments on commit 622d3c9

Please sign in to comment.