Skip to content

Commit 7a60c7e

Browse files
committed
AP-952 Changed default user-agent
1 parent 2def0fd commit 7a60c7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/sendinblue/ApiClient.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public ApiClient() {
8585
json = new Json();
8686

8787
// Set default User-Agent.
88-
setUserAgent("Java-v5.0.0");
88+
setUserAgent("sendinblue_clientAPI/v5.0.0/java");
8989

9090
// Setup authentications (key: authentication name, value: authentication).
9191
authentications = new HashMap<String, Authentication>();

0 commit comments

Comments
 (0)