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

Unified Diff: discovery/googleapis/drive__v2.json

Issue 2039113004: Api-roll 37: 2016-06-06 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 4 years, 6 months 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
« no previous file with comments | « discovery/googleapis/doubleclicksearch__v2.json ('k') | discovery/googleapis/drive__v3.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: discovery/googleapis/drive__v2.json
diff --git a/discovery/googleapis/drive__v2.json b/discovery/googleapis/drive__v2.json
index 2e3842e729441800366e0180d6e0a869d97836d9..c1ad09472bdbb0dd8a25baaf5972321bff4acdce 100644
--- a/discovery/googleapis/drive__v2.json
+++ b/discovery/googleapis/drive__v2.json
@@ -38,7 +38,7 @@
"description": "Manages files in Drive including uploading, downloading, searching, detecting changes, and updating sharing permissions.",
"discoveryVersion": "v1",
"documentationLink": "https://developers.google.com/drive/",
- "etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/U-tMitOEVkWDRWQuebp1LsAKVr0\"",
+ "etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/kTa7OeRKGY82wdzASfvor19zWXs\"",
"icons": {
"x16": "https://ssl.gstatic.com/docs/doclist/images/drive_icon_16.png",
"x32": "https://ssl.gstatic.com/docs/doclist/images/drive_icon_32.png"
@@ -1849,6 +1849,12 @@
"required": true,
"type": "string"
},
+ "removeExpiration": {
+ "default": "false",
+ "description": "Whether to remove the expiration date.",
+ "location": "query",
+ "type": "boolean"
+ },
"transferOwnership": {
"default": "false",
"description": "Whether changing a role to 'owner' downgrades the current owners to writers. Does nothing if the specified role is not 'owner'.",
@@ -1889,6 +1895,12 @@
"required": true,
"type": "string"
},
+ "removeExpiration": {
+ "default": "false",
+ "description": "Whether to remove the expiration date.",
+ "location": "query",
+ "type": "boolean"
+ },
"transferOwnership": {
"default": "false",
"description": "Whether changing a role to 'owner' downgrades the current owners to writers. Does nothing if the specified role is not 'owner'.",
@@ -2632,7 +2644,7 @@
}
}
},
- "revision": "20160506",
+ "revision": "20160526",
"rootUrl": "https://www.googleapis.com/",
"schemas": {
"About": {
@@ -4003,6 +4015,11 @@
"description": "The ETag of the permission.",
"type": "string"
},
+ "expirationDate": {
+ "description": "The time at which this permission will expire (RFC 3339 date-time).",
+ "format": "date-time",
+ "type": "string"
+ },
"id": {
"description": "The ID of the user this permission refers to, and identical to the permissionId in the About and Files resources. When making a drive.permissions.insert request, exactly one of the id or value fields must be specified.",
"type": "string"
« no previous file with comments | « discovery/googleapis/doubleclicksearch__v2.json ('k') | discovery/googleapis/drive__v3.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698