Skip to content

Commit 6ff8ff8

Browse files
yoshi-automationsofisl
authored andcommitted
fix(gmail): update the API
#### gmail:v1 The following keys were changed: - resources.users.resources.messages.methods.import.description
1 parent 3a46214 commit 6ff8ff8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

discovery/gmail-v1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -945,7 +945,7 @@
945945
]
946946
},
947947
"import": {
948-
"description": "Imports a message into only this user's mailbox, with standard email delivery scanning and classification similar to receiving via SMTP. This method doesn't perform SPF checks, so it might not work for some spam messages, such as those attempting to perform domain spoofing. This method does not send a message. Note: This function doesn't trigger forwarding rules or filters set up by the user.",
948+
"description": "Imports a message into only this user's mailbox, with standard email delivery scanning and classification similar to receiving via SMTP. This method doesn't perform SPF checks, so it might not work for some spam messages, such as those attempting to perform domain spoofing. This method does not send a message.",
949949
"flatPath": "gmail/v1/users/{userId}/messages/import",
950950
"httpMethod": "POST",
951951
"id": "gmail.users.messages.import",
@@ -3077,7 +3077,7 @@
30773077
}
30783078
}
30793079
},
3080-
"revision": "20230403",
3080+
"revision": "20230424",
30813081
"rootUrl": "https://gmail.googleapis.com/",
30823082
"schemas": {
30833083
"AutoForwarding": {

src/apis/gmail/v1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4127,7 +4127,7 @@ export namespace gmail_v1 {
41274127
}
41284128

41294129
/**
4130-
* Imports a message into only this user's mailbox, with standard email delivery scanning and classification similar to receiving via SMTP. This method doesn't perform SPF checks, so it might not work for some spam messages, such as those attempting to perform domain spoofing. This method does not send a message. Note: This function doesn't trigger forwarding rules or filters set up by the user.
4130+
* Imports a message into only this user's mailbox, with standard email delivery scanning and classification similar to receiving via SMTP. This method doesn't perform SPF checks, so it might not work for some spam messages, such as those attempting to perform domain spoofing. This method does not send a message.
41314131
* @example
41324132
* ```js
41334133
* // Before running the sample:

0 commit comments

Comments
 (0)