mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
chore(json): update to latest version
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"kind": "discovery#restDescription",
|
||||
"etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/rcmL92SXMKTyKvGjL_5VhC8zz9s\"",
|
||||
"etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/epKZlPw-j_GuhHfSnsAczxcvTBU\"",
|
||||
"discoveryVersion": "v1",
|
||||
"id": "gmail:v1",
|
||||
"name": "gmail",
|
||||
"version": "v1",
|
||||
"revision": "20150526",
|
||||
"revision": "20150910",
|
||||
"title": "Gmail API",
|
||||
"description": "The Gmail REST API.",
|
||||
"ownerDomain": "google.com",
|
||||
@@ -86,6 +86,9 @@
|
||||
},
|
||||
"https://www.googleapis.com/auth/gmail.readonly": {
|
||||
"description": "View your emails messages and settings"
|
||||
},
|
||||
"https://www.googleapis.com/auth/gmail.send": {
|
||||
"description": "Send email on your behalf"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1626,7 +1629,8 @@
|
||||
"scopes": [
|
||||
"https://mail.google.com/",
|
||||
"https://www.googleapis.com/auth/gmail.compose",
|
||||
"https://www.googleapis.com/auth/gmail.modify"
|
||||
"https://www.googleapis.com/auth/gmail.modify",
|
||||
"https://www.googleapis.com/auth/gmail.send"
|
||||
],
|
||||
"supportsMediaUpload": true,
|
||||
"mediaUpload": {
|
||||
|
||||
Reference in New Issue
Block a user