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

Unified Diff: discovery/googleapis/consumersurveys__v2.json

Issue 2226653002: Api-roll 40: 2016-08-08 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Addressed review comments Created 4 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/compute__v1.json ('k') | discovery/googleapis/content__v2.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: discovery/googleapis/consumersurveys__v2.json
diff --git a/discovery/googleapis/consumersurveys__v2.json b/discovery/googleapis/consumersurveys__v2.json
index 2764b5a18d2d75339e572ab521aefb3de5036896..495c411afdbd8e6ebb916d7b98fb386b90d923f3 100644
--- a/discovery/googleapis/consumersurveys__v2.json
+++ b/discovery/googleapis/consumersurveys__v2.json
@@ -20,7 +20,7 @@
"canonicalName": "Consumer Surveys",
"description": "Creates and conducts surveys, lists the surveys that an authenticated user owns, and retrieves survey results and information about specified surveys.",
"discoveryVersion": "v1",
- "etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/UUFfqPW5Viffl9wMWtQNrKHUs5E\"",
+ "etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/r9HedtrzUW2pbu5XQ5oErnzKmxQ\"",
"icons": {
"x16": "http://www.google.com/images/icons/product/search-16.gif",
"x32": "http://www.google.com/images/icons/product/search-32.gif"
@@ -198,6 +198,30 @@
},
"surveys": {
"methods": {
+ "delete": {
+ "description": "Removes a survey from view in all user GET requests.",
+ "httpMethod": "DELETE",
+ "id": "consumersurveys.surveys.delete",
+ "parameterOrder": [
+ "surveyUrlId"
+ ],
+ "parameters": {
+ "surveyUrlId": {
+ "description": "External URL ID for the survey.",
+ "location": "path",
+ "required": true,
+ "type": "string"
+ }
+ },
+ "path": "surveys/{surveyUrlId}",
+ "response": {
+ "$ref": "SurveysDeleteResponse"
+ },
+ "scopes": [
+ "https://www.googleapis.com/auth/consumersurveys",
+ "https://www.googleapis.com/auth/userinfo.email"
+ ]
+ },
"get": {
"description": "Retrieves information about the specified survey.",
"httpMethod": "GET",
@@ -348,7 +372,7 @@
}
}
},
- "revision": "20160602",
+ "revision": "20160718",
"rootUrl": "https://www.googleapis.com/",
"schemas": {
"FieldMask": {
@@ -738,6 +762,16 @@
},
"type": "object"
},
+ "SurveysDeleteResponse": {
+ "id": "SurveysDeleteResponse",
+ "properties": {
+ "requestId": {
+ "description": "Unique request ID used for logging and debugging. Please include in any error reporting or troubleshooting requests.",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
"SurveysListResponse": {
"id": "SurveysListResponse",
"properties": {
« no previous file with comments | « discovery/googleapis/compute__v1.json ('k') | discovery/googleapis/content__v2.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698