Update all json files; make some fixes to make it work at all

This commit is contained in:
Sebastian Thiel
2022-03-08 07:59:31 +08:00
parent d12cd3238e
commit 743a56f4b7
372 changed files with 256017 additions and 32197 deletions

View File

@@ -18,7 +18,7 @@
"description": "View and manage the provisioning of users on your domain"
},
"https://www.googleapis.com/auth/documents": {
"description": "See, create, and edit all Google Docs documents you have access to"
"description": "See, edit, create, and delete all your Google Docs documents"
},
"https://www.googleapis.com/auth/drive": {
"description": "See, edit, create, and delete all of your Google Drive files"
@@ -51,10 +51,10 @@
"description": "View Google Apps Script projects"
},
"https://www.googleapis.com/auth/spreadsheets": {
"description": "See, edit, create, and delete your spreadsheets in Google Drive"
"description": "See, edit, create, and delete all your Google Sheets spreadsheets"
},
"https://www.googleapis.com/auth/userinfo.email": {
"description": "View your email address"
"description": "See your primary Google Account email address"
}
}
}
@@ -887,7 +887,7 @@
}
}
},
"revision": "20210319",
"revision": "20220303",
"rootUrl": "https://script.googleapis.com/",
"schemas": {
"Content": {
@@ -1218,6 +1218,13 @@
"name": {
"description": "The function name in the script project.",
"type": "string"
},
"parameters": {
"description": "The ordered list of parameter names of the function in the script project.",
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"