Skip to content

Commit 59da12e

Browse files
committed
fix: update examples api version to >v5.0
1 parent 0e977f5 commit 59da12e

19 files changed

Lines changed: 19 additions & 19 deletions

examples/node/call-assignUserToken-action-for-given-user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ var util = require('util');
2525

2626
var instance = new Workfront.Api({
2727
url: 'http://localhost:8080',
28-
version: '4.0'
28+
version: '7.0'
2929
});
3030

3131
console.log('Logs in, loads list of active users, then calls assignUserToken action for the first user\n');

examples/node/create-and-remove-template.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ var util = require('util');
2424

2525
var instance = new Workfront.Api({
2626
url: 'http://localhost:8080',
27-
version: '4.0'
27+
version: '7.0'
2828
});
2929

3030

examples/node/create-edit-delete-group-pc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ var util = require('util');
2525

2626
var instance = new Workfront.Api({
2727
url: 'http://localhost:8080',
28-
version: '4.0'
28+
version: '5.0'
2929
});
3030

3131

examples/node/create-edit-delete-group.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ var util = require('util');
2424

2525
var instance = new Workfront.Api({
2626
url: 'http://localhost:8080',
27-
version: '4.0'
27+
version: '7.0'
2828
});
2929

3030

examples/node/create-new-project-and-share.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ var util = require('util');
2424

2525
var instance = new Workfront.Api({
2626
url: 'http://localhost:8080',
27-
version: '4.0'
27+
version: '5.0'
2828
});
2929

3030

examples/node/create-new-project.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ var util = require('util');
2424

2525
var instance = new Workfront.Api({
2626
url: 'http://localhost:8080',
27-
version: '4.0'
27+
version: '5.0'
2828
});
2929

3030

examples/node/create-project-copy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ var util = require('util');
2424

2525
var instance = new Workfront.Api({
2626
url: 'http://localhost:8080',
27-
version: '4.0'
27+
version: '5.0'
2828
});
2929

3030

examples/node/delete-projects-by-name.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ var util = require('util');
2525

2626
var instance = new Workfront.Api({
2727
url: 'http://localhost:8080',
28-
version: '4.0'
28+
version: '7.0'
2929
});
3030

3131

examples/node/get-metadata.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ var util = require('util');
2424

2525
var instance = new Workfront.Api({
2626
url: 'http://localhost:8080',
27-
version: '4.0'
27+
version: '7.0'
2828
});
2929

3030

examples/node/get-multiple-tasks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ var util = require('util');
2424

2525
var instance = new Workfront.Api({
2626
url: 'http://localhost:8080',
27-
version: '4.0'
27+
version: '7.0'
2828
});
2929

3030

0 commit comments

Comments
 (0)