File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ public class ApiClient {
5757 private Map <String , String > defaultHeaderMap = new HashMap <String , String >();
5858 private String tempFolderPath = null ;
5959 private String userAgent = "sendinblue_clientAPI/v#/java" ;
60- private String clientVersion = "5 .1.0" ;
60+ private String clientVersion = "v5 .1.0" ;
6161
6262 private Map <String , Authentication > authentications ;
6363
@@ -349,7 +349,7 @@ public void setAccessToken(String accessToken) {
349349 * @return ApiClient
350350 */
351351 public ApiClient setUserAgent (String userAgent ) {
352- addDefaultHeader ("User-Agent" , userAgent .replace ("#" , clientVersion ));
352+ addDefaultHeader ("User-Agent" , userAgent .replace ("v #" , clientVersion ));
353353 return this ;
354354 }
355355
You can’t perform that action at this time.
0 commit comments