Skip to content

Commit 92bad4c

Browse files
fix(gmail): update the API
#### gmail:v1 The following keys were changed: - resources.users.resources.messages.methods.list.description
1 parent 5028e49 commit 92bad4c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

‎discovery/gmail-v1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1091,7 +1091,7 @@
10911091
"supportsMediaUpload": true
10921092
},
10931093
"list": {
1094-
"description": "Lists the messages in the user's mailbox.",
1094+
"description": "Lists the messages in the user's mailbox. For example usage, see [List Gmail messages](https://developers.google.com/workspace/gmail/api/guides/list-messages).",
10951095
"flatPath": "gmail/v1/users/{userId}/messages",
10961096
"httpMethod": "GET",
10971097
"id": "gmail.users.messages.list",
@@ -3077,7 +3077,7 @@
30773077
}
30783078
}
30793079
},
3080-
"revision": "20250616",
3080+
"revision": "20250630",
30813081
"rootUrl": "https://gmail.googleapis.com/",
30823082
"schemas": {
30833083
"AutoForwarding": {

‎src/apis/gmail/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"webpack": "webpack"
2929
},
3030
"dependencies": {
31-
"googleapis-common": "^8.0.0"
31+
"googleapis-common": "^8.0.2-rc.0"
3232
},
3333
"devDependencies": {
3434
"@microsoft/api-documenter": "^7.8.10",

‎src/apis/gmail/v1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4669,7 +4669,7 @@ export namespace gmail_v1 {
46694669
}
46704670

46714671
/**
4672-
* Lists the messages in the user's mailbox.
4672+
* Lists the messages in the user's mailbox. For example usage, see [List Gmail messages](https://developers.google.com/workspace/gmail/api/guides/list-messages).
46734673
* @example
46744674
* ```js
46754675
* // Before running the sample:

0 commit comments

Comments
 (0)