We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d25009f + d11e7a7 commit 689a453Copy full SHA for 689a453
src/classes/BoxApiConnection.cls
@@ -68,7 +68,7 @@ public virtual class BoxApiConnection {
68
this.setAutoRefresh(true);
69
this.setMaxRequestAttempts(DEFAULT_MAX_ATTEMPTS);
70
this.setTimeout(DEFAULT_CALLOUT_TIMEOUT);
71
- this.setUserAgent('Box Apex SDK v1.0.0');
+ this.setUserAgent('Box Apex SDK v2');
72
this.setLastRefresh(0);
73
this.setExpires(0);
74
}
0 commit comments