mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2025-12-29 07:40:07 +01:00
update all json files
This commit is contained in:
@@ -73,6 +73,7 @@
|
||||
},
|
||||
"id": "script:v1",
|
||||
"kind": "discovery#restDescription",
|
||||
"mtlsRootUrl": "https://script.mtls.googleapis.com/",
|
||||
"name": "script",
|
||||
"ownerDomain": "google.com",
|
||||
"ownerName": "Google",
|
||||
@@ -781,7 +782,7 @@
|
||||
"scripts": {
|
||||
"methods": {
|
||||
"run": {
|
||||
"description": "Runs a function in an Apps Script project. The script project must be\ndeployed for use with the Apps Script API and the calling application must\nshare the same Cloud Platform project.\n\nThis method requires authorization with an OAuth 2.0 token that includes at\nleast one of the scopes listed in the [Authorization](#authorization)\nsection; script projects that do not require authorization cannot be\nexecuted through this API. To find the correct scopes to include in the\nauthentication token, open the project in the script editor, then select\n**File > Project properties** and click the **Scopes** tab.\n\nThe error `403, PERMISSION_DENIED: The caller does not have permission`\nindicates that the Cloud Platform project used to authorize the request is\nnot the same as the one used by the script.",
|
||||
"description": "Runs a function in an Apps Script project. The script project must be\ndeployed for use with the Apps Script API and the calling application must\nshare the same Cloud Platform project.\n\nThis method requires authorization with an OAuth 2.0 token that includes at\nleast one of the scopes listed in the\n[Authorization](#authorization-scopes) section; script projects that do not\nrequire authorization cannot be executed through this API. To find the\ncorrect scopes to include in the authentication token, open the project in\nthe script editor, then select **File > Project properties** and click the\n**Scopes** tab.\n\nThe error `403, PERMISSION_DENIED: The caller does not have permission`\nindicates that the Cloud Platform project used to authorize the request is\nnot the same as the one used by the script.",
|
||||
"flatPath": "v1/scripts/{scriptId}:run",
|
||||
"httpMethod": "POST",
|
||||
"id": "script.scripts.run",
|
||||
@@ -821,7 +822,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"revision": "20190702",
|
||||
"revision": "20200325",
|
||||
"rootUrl": "https://script.googleapis.com/",
|
||||
"schemas": {
|
||||
"Content": {
|
||||
|
||||
Reference in New Issue
Block a user