Skip to content

Commit

Permalink
fix(gmail): update the API
Browse files Browse the repository at this point in the history
#### gmail:v1
The following keys were changed:
- baseUrl
- batchPath
- mtlsRootUrl
- rootUrl
  • Loading branch information
sofisl committed Aug 25, 2020
1 parent b10b005 commit ad82454
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 74 deletions.
10 changes: 5 additions & 5 deletions discovery/gmail-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
}
},
"basePath": "",
"baseUrl": "https://www.googleapis.com/",
"batchPath": "batch/gmail/v1",
"baseUrl": "https://gmail.googleapis.com/",
"batchPath": "batch",
"canonicalName": "Gmail",
"description": "The Gmail API lets you view and manage Gmail mailbox data like threads, messages, and labels.",
"discoveryVersion": "v1",
Expand All @@ -60,7 +60,7 @@
},
"id": "gmail:v1",
"kind": "discovery#restDescription",
"mtlsRootUrl": "https://www.mtls.googleapis.com/",
"mtlsRootUrl": "https://gmail.mtls.googleapis.com/",
"name": "gmail",
"ownerDomain": "google.com",
"ownerName": "Google",
Expand Down Expand Up @@ -2682,8 +2682,8 @@
}
}
},
"revision": "20200810",
"rootUrl": "https://www.googleapis.com/",
"revision": "20200817",
"rootUrl": "https://gmail.googleapis.com/",
"schemas": {
"AutoForwarding": {
"description": "Auto-forwarding settings for an account.",
Expand Down
2 changes: 1 addition & 1 deletion src/apis/gmail/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# gmail

> Access Gmail mailboxes including sending user email.
> The Gmail API lets you view and manage Gmail mailbox data like threads, messages, and labels.
## Installation

Expand Down
Loading

0 comments on commit ad82454

Please sign in to comment.