Index: discovery/googleapis/gmail__v1.json |
diff --git a/discovery/googleapis/gmail__v1.json b/discovery/googleapis/gmail__v1.json |
index b1e6484fb2617c62322cb1be04dc0022d24e2b3c..7389b07227b7b860a6f740cde30b76ae3ecec4f6 100644 |
--- a/discovery/googleapis/gmail__v1.json |
+++ b/discovery/googleapis/gmail__v1.json |
@@ -37,11 +37,11 @@ |
}, |
"basePath": "/gmail/v1/users/", |
"baseUrl": "https://www.googleapis.com/gmail/v1/users/", |
- "batchPath": "batch", |
+ "batchPath": "batch/gmail/v1", |
"description": "Access Gmail mailboxes including sending user email.", |
"discoveryVersion": "v1", |
"documentationLink": "https://developers.google.com/gmail/api/", |
- "etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/cfwk3aTPmWr_P6YQADqMFHP3jro\"", |
+ "etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/uYcO_Bfzv01oUg-u_-w9YZWy7FQ\"", |
"icons": { |
"x16": "https://www.google.com/images/icons/product/googlemail-16.png", |
"x32": "https://www.google.com/images/icons/product/googlemail-32.png" |
@@ -2382,7 +2382,7 @@ |
} |
} |
}, |
- "revision": "20170725", |
+ "revision": "20170905", |
"rootUrl": "https://www.googleapis.com/", |
"schemas": { |
"AutoForwarding": { |
@@ -2738,6 +2738,10 @@ |
"description": "Labels are used to categorize messages and threads within the user's mailbox.", |
"id": "Label", |
"properties": { |
+ "color": { |
+ "$ref": "LabelColor", |
+ "description": "Color to assign to the label. This field is hidden behind an API server mendel experiment and only available for user-defined labels. Will be unset if the label doesn't have a color configured." |
+ }, |
"id": { |
"annotations": { |
"required": [ |
@@ -2830,6 +2834,20 @@ |
}, |
"type": "object" |
}, |
+ "LabelColor": { |
+ "id": "LabelColor", |
+ "properties": { |
+ "backgroundColor": { |
+ "description": "Background color represented as hex string #RRGGBB (ex #000000). Only a restricted predefined set of color values are allowed. See (go/gmail-api-label-colors).", |
+ "type": "string" |
+ }, |
+ "textColor": { |
+ "description": "Text color represented as hex string #RRGGBB (ex #000000). Only a restricted predefined set of color values are allowed. See (go/gmail-api-label-colors).", |
+ "type": "string" |
+ } |
+ }, |
+ "type": "object" |
+ }, |
"ListDraftsResponse": { |
"id": "ListDraftsResponse", |
"properties": { |