Skip to content

Commit 8b03366

Browse files
committed
Add remark to the comment for Organization UID
1 parent ec131c6 commit 8b03366

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/example.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ function sendGraphqlQuery(api, callback) {
126126
// use a predefined client for OAuth routine
127127
var api = new UpworkApi(config);
128128
// GraphQL requests require X-Upwork-API-TenantId header, which can be setup using the following method
129-
// api.setOrgUidHeader('1234567890'); // Organization UID
129+
// api.setOrgUidHeader('1234567890'); // Organization UID (optional)
130130

131131
if (!config.accessToken || !config.refreshToken) {
132132
// run authorization in case we haven't done it yet

0 commit comments

Comments
 (0)