|
53 | 53 | "canonicalName": "Gmail",
|
54 | 54 | "description": "The Gmail API lets you view and manage Gmail mailbox data like threads, messages, and labels.",
|
55 | 55 | "discoveryVersion": "v1",
|
56 |
| - "documentationLink": "https://developers.google.com/gmail/api/", |
| 56 | + "documentationLink": "https://developers.google.com/workspace/gmail/api/", |
57 | 57 | "icons": {
|
58 | 58 | "x16": "http://www.google.com/images/icons/product/search-16.gif",
|
59 | 59 | "x32": "http://www.google.com/images/icons/product/search-32.gif"
|
|
1106 | 1106 | "type": "boolean"
|
1107 | 1107 | },
|
1108 | 1108 | "labelIds": {
|
1109 |
| - "description": "Only return messages with labels that match all of the specified label IDs. Messages in a thread might have labels that other messages in the same thread don't have. To learn more, see [Manage labels on messages and threads](https://developers.google.com/gmail/api/guides/labels#manage_labels_on_messages_threads).", |
| 1109 | + "description": "Only return messages with labels that match all of the specified label IDs. Messages in a thread might have labels that other messages in the same thread don't have. To learn more, see [Manage labels on messages and threads](https://developers.google.com/workspace/gmail/api/guides/labels#manage_labels_on_messages_threads).", |
1110 | 1110 | "location": "query",
|
1111 | 1111 | "repeated": true,
|
1112 | 1112 | "type": "string"
|
|
1184 | 1184 | ]
|
1185 | 1185 | },
|
1186 | 1186 | "send": {
|
1187 |
| - "description": "Sends the specified message to the recipients in the `To`, `Cc`, and `Bcc` headers. For example usage, see [Sending email](https://developers.google.com/gmail/api/guides/sending).", |
| 1187 | + "description": "Sends the specified message to the recipients in the `To`, `Cc`, and `Bcc` headers. For example usage, see [Sending email](https://developers.google.com/workspace/gmail/api/guides/sending).", |
1188 | 1188 | "flatPath": "gmail/v1/users/{userId}/messages/send",
|
1189 | 1189 | "httpMethod": "POST",
|
1190 | 1190 | "id": "gmail.users.messages.send",
|
|
3077 | 3077 | }
|
3078 | 3078 | }
|
3079 | 3079 | },
|
3080 |
| - "revision": "20240527", |
| 3080 | + "revision": "20250331", |
3081 | 3081 | "rootUrl": "https://gmail.googleapis.com/",
|
3082 | 3082 | "schemas": {
|
3083 | 3083 | "AutoForwarding": {
|
|
3711 | 3711 | "id": "LanguageSettings",
|
3712 | 3712 | "properties": {
|
3713 | 3713 | "displayLanguage": {
|
3714 |
| - "description": "The language to display Gmail in, formatted as an RFC 3066 Language Tag (for example `en-GB`, `fr` or `ja` for British English, French, or Japanese respectively). The set of languages supported by Gmail evolves over time, so please refer to the \"Language\" dropdown in the Gmail settings for all available options, as described in the language settings help article. A table of sample values is also provided in the Managing Language Settings guide Not all Gmail clients can display the same set of languages. In the case that a user's display language is not available for use on a particular client, said client automatically chooses to display in the closest supported variant (or a reasonable default).", |
| 3714 | + "description": "The language to display Gmail in, formatted as an RFC 3066 Language Tag (for example `en-GB`, `fr` or `ja` for British English, French, or Japanese respectively). The set of languages supported by Gmail evolves over time, so please refer to the \"Language\" dropdown in the Gmail settings for all available options, as described in the language settings help article. For a table of sample values, see [Manage language settings](https://developers.google.com/workspace/gmail/api/guides/language-settings). Not all Gmail clients can display the same set of languages. In the case that a user's display language is not available for use on a particular client, said client automatically chooses to display in the closest supported variant (or a reasonable default).", |
3715 | 3715 | "type": "string"
|
3716 | 3716 | }
|
3717 | 3717 | },
|
|
3769 | 3769 | "id": "ListDraftsResponse",
|
3770 | 3770 | "properties": {
|
3771 | 3771 | "drafts": {
|
3772 |
| - "description": "List of drafts. Note that the `Message` property in each `Draft` resource only contains an `id` and a `threadId`. The messages.get method can fetch additional message details.", |
| 3772 | + "description": "List of drafts. Note that the `Message` property in each `Draft` resource only contains an `id` and a `threadId`. The [`messages.get`](https://developers.google.com/workspace/gmail/api/v1/reference/users/messages/get) method can fetch additional message details.", |
3773 | 3773 | "items": {
|
3774 | 3774 | "$ref": "Draft"
|
3775 | 3775 | },
|
|
3841 | 3841 | "id": "ListLabelsResponse",
|
3842 | 3842 | "properties": {
|
3843 | 3843 | "labels": {
|
3844 |
| - "description": "List of labels. Note that each label resource only contains an `id`, `name`, `messageListVisibility`, `labelListVisibility`, and `type`. The labels.get method can fetch additional label details.", |
| 3844 | + "description": "List of labels. Note that each label resource only contains an `id`, `name`, `messageListVisibility`, `labelListVisibility`, and `type`. The [`labels.get`](https://developers.google.com/workspace/gmail/api/v1/reference/users/labels/get) method can fetch additional label details.", |
3845 | 3845 | "items": {
|
3846 | 3846 | "$ref": "Label"
|
3847 | 3847 | },
|
|
3912 | 3912 | "type": "integer"
|
3913 | 3913 | },
|
3914 | 3914 | "threads": {
|
3915 |
| - "description": "List of threads. Note that each thread resource does not contain a list of `messages`. The list of `messages` for a given thread can be fetched using the threads.get method.", |
| 3915 | + "description": "List of threads. Note that each thread resource does not contain a list of `messages`. The list of `messages` for a given thread can be fetched using the [`threads.get`](https://developers.google.com/workspace/gmail/api/v1/reference/users/threads/get) method.", |
3916 | 3916 | "items": {
|
3917 | 3917 | "$ref": "Thread"
|
3918 | 3918 | },
|
|
0 commit comments