Skip to content

Commit 06fe099

Browse files
committed
feat: added support for 'asp' api version, which can be used for logging into backoffice
1 parent ba85c2b commit 06fe099

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

dist/workfront.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8007,7 +8007,7 @@ function Api(config) {
80078007

80088008
// Append version to path if provided
80098009
var path;
8010-
if (config.version === 'internal' || config.version === 'unsupported') {
8010+
if (['internal', 'unsupported', 'asp'].indexOf(config.version) >= 0) {
80118011
path = '/attask/api-' + config.version;
80128012
}
80138013
else {

0 commit comments

Comments
 (0)