generated/google/apis/script_v1.rb in google-api-client-0.9.6 vs generated/google/apis/script_v1.rb in google-api-client-0.9.8
- old
+ new
@@ -18,16 +18,16 @@
module Google
module Apis
# Google Apps Script Execution API
#
- # An API for executing Google Apps Script projects.
+ # Executes Google Apps Script projects.
#
- # @see https://developers.google.com/apps-script/execution/rest/v1/run
+ # @see https://developers.google.com/apps-script/execution/rest/v1/scripts/run
module ScriptV1
VERSION = 'V1'
- REVISION = '20150922'
+ REVISION = '20160426'
# View and manage your mail
AUTH_SCOPE = 'https://mail.google.com/'
# Manage your calendars
@@ -51,9 +51,12 @@
# View and manage forms that this application has been installed in
AUTH_FORMS_CURRENTONLY = 'https://www.googleapis.com/auth/forms.currentonly'
# View and manage your Google Groups
AUTH_GROUPS = 'https://www.googleapis.com/auth/groups'
+
+ # View and manage your spreadsheets in Google Drive
+ AUTH_SPREADSHEETS = 'https://www.googleapis.com/auth/spreadsheets'
# View your email address
AUTH_USERINFO_EMAIL = 'https://www.googleapis.com/auth/userinfo.email'
end
end