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.
1 parent ec131c6 commit 8b03366Copy full SHA for 8b03366
example/example.js
@@ -126,7 +126,7 @@ function sendGraphqlQuery(api, callback) {
126
// use a predefined client for OAuth routine
127
var api = new UpworkApi(config);
128
// GraphQL requests require X-Upwork-API-TenantId header, which can be setup using the following method
129
- // api.setOrgUidHeader('1234567890'); // Organization UID
+ // api.setOrgUidHeader('1234567890'); // Organization UID (optional)
130
131
if (!config.accessToken || !config.refreshToken) {
132
// run authorization in case we haven't done it yet
0 commit comments