| 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": {
|
|
|