We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b513c2 commit 56f170bCopy full SHA for 56f170b
apps_script/quickstart/quickstart.py
@@ -12,7 +12,7 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-# [START apps_script_quickstart]
+# [START apps_script_api_quickstart]
16
"""
17
Shows basic usage of the Apps Script API.
18
Call the Apps Script API to create a new script project, upload a file to the
@@ -79,4 +79,4 @@ def main():
79
80
if __name__ == '__main__':
81
main()
82
-# [END apps_script_quickstart]
+# [END apps_script_api_quickstart]
0 commit comments