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

Unified Diff: discovery/googleapis/plus__v1.json

Issue 1296863002: Api-roll 22: 2015-08-17 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 5 years, 4 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/plusDomains__v1.json ('k') | discovery/googleapis/storagetransfer__v1.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: discovery/googleapis/plus__v1.json
diff --git a/discovery/googleapis/plus__v1.json b/discovery/googleapis/plus__v1.json
index 26d67f1869bd97dbb47cdc1c716918ef0c8346ec..704318981efb0cac45161b236d02a49dbab86d65 100644
--- a/discovery/googleapis/plus__v1.json
+++ b/discovery/googleapis/plus__v1.json
@@ -23,7 +23,7 @@
"description": "The Google+ API enables developers to build on top of the Google+ platform.",
"discoveryVersion": "v1",
"documentationLink": "https://developers.google.com/+/api/",
- "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/GnnfotbAucgSG_5d5BUzARDmn2c\"",
+ "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/90Fsmn74mRQHRUsKROmfqGNapec\"",
"icons": {
"x16": "http://www.google.com/images/icons/product/gplus-16.png",
"x32": "http://www.google.com/images/icons/product/gplus-32.png"
@@ -404,26 +404,6 @@
"https://www.googleapis.com/auth/plus.login",
"https://www.googleapis.com/auth/plus.me"
]
- },
- "remove": {
- "description": "Delete a moment.",
- "httpMethod": "DELETE",
- "id": "plus.moments.remove",
- "parameterOrder": [
- "id"
- ],
- "parameters": {
- "id": {
- "description": "The ID of the moment to delete.",
- "location": "path",
- "required": true,
- "type": "string"
- }
- },
- "path": "moments/{id}",
- "scopes": [
- "https://www.googleapis.com/auth/plus.login"
- ]
}
}
},
@@ -621,7 +601,7 @@
}
}
},
- "revision": "20150801",
+ "revision": "20150812",
"rootUrl": "https://www.googleapis.com/",
"schemas": {
"Acl": {
@@ -691,6 +671,16 @@
"url": {
"description": "The link to the actor's Google profile.",
"type": "string"
+ },
+ "verification": {
+ "description": "Verification status of actor.",
+ "properties": {
+ "adHocVerified": {
+ "description": "Verification for one-time or manual processes.",
+ "type": "string"
+ }
+ },
+ "type": "object"
}
},
"type": "object"
@@ -755,6 +745,16 @@
"url": {
"description": "A link to the original actor's Google profile.",
"type": "string"
+ },
+ "verification": {
+ "description": "Verification status of actor.",
+ "properties": {
+ "adHocVerified": {
+ "description": "Verification for one-time or manual processes.",
+ "type": "string"
+ }
+ },
+ "type": "object"
}
},
"type": "object"
@@ -1080,6 +1080,16 @@
"url": {
"description": "A link to the Person resource for this actor.",
"type": "string"
+ },
+ "verification": {
+ "description": "Verification status of actor.",
+ "properties": {
+ "adHocVerified": {
+ "description": "Verification for one-time or manual processes.",
+ "type": "string"
+ }
+ },
+ "type": "object"
}
},
"type": "object"
« no previous file with comments | « discovery/googleapis/plusDomains__v1.json ('k') | discovery/googleapis/storagetransfer__v1.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698