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 9b428aa commit edbfed6Copy full SHA for edbfed6
samples/Smartsheet.gs
@@ -2,7 +2,7 @@ var CLIENT_ID = '...';
2
var CLIENT_SECRET = '...';
3
4
/**
5
- * Authorizes and makes a request to the GitHub API.
+ * Authorizes and makes a request to the Smartsheet API.
6
*/
7
function run() {
8
var service = getService();
@@ -95,4 +95,4 @@ function smartsheetTokenHandler(payload) {
95
delete payload.client_secret;
96
}
97
return payload;
98
-}
+}
0 commit comments