mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2025-12-31 16:44:24 +01:00
Update all json files; make some fixes to make it work at all
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user