Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(411)

Unified Diff: discovery/googleapis/gmail__v1.json

Issue 698403003: Api roll 5: 2014-11-05 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: discovery/googleapis/gmail__v1.json
diff --git a/discovery/googleapis/gmail__v1.json b/discovery/googleapis/gmail__v1.json
index 15efe0156163d0ac4547efe1f701114fa333eccf..16d66d552a0013cbcc07c8a35fdee5629f2261fe 100644
--- a/discovery/googleapis/gmail__v1.json
+++ b/discovery/googleapis/gmail__v1.json
@@ -23,7 +23,7 @@
"description": "The Gmail REST API.",
"discoveryVersion": "v1",
"documentationLink": "https://developers.google.com/gmail/api/",
- "etag": "\"l66ggWbucbkBw9Lpos72oziyefE/VTv_VctBdqXjsksB5IcLu4ps6Nw\"",
+ "etag": "\"l66ggWbucbkBw9Lpos72oziyefE/oTc1ZFBBKYPWVfuhl_PGLzRZK7E\"",
"icons": {
"x16": "https://www.google.com/images/icons/product/googlemail-16.png",
"x32": "https://www.google.com/images/icons/product/googlemail-32.png"
@@ -1116,12 +1116,34 @@
"id"
],
"parameters": {
+ "format": {
+ "default": "full",
+ "description": "The format to return the messages in.",
+ "enum": [
+ "full",
+ "metadata",
+ "minimal"
+ ],
+ "enumDescriptions": [
+ "",
+ "",
+ ""
+ ],
+ "location": "query",
+ "type": "string"
+ },
"id": {
"description": "The ID of the thread to retrieve.",
"location": "path",
"required": true,
"type": "string"
},
+ "metadataHeaders": {
+ "description": "When given and format is METADATA, only include headers specified.",
+ "location": "query",
+ "repeated": true,
+ "type": "string"
+ },
"userId": {
"default": "me",
"description": "The user's email address. The special value me can be used to indicate the authenticated user.",
@@ -1299,7 +1321,7 @@
}
}
},
- "revision": "20141009",
+ "revision": "20141017",
"rootUrl": "https://www.googleapis.com/",
"schemas": {
"Draft": {

Powered by Google App Engine
This is Rietveld 408576698