| Index: discovery/googleapis/content__v2.json
|
| diff --git a/discovery/googleapis/content__v2.json b/discovery/googleapis/content__v2.json
|
| index 37861d9fa719a72a2e0e4d6e9272023b0c448256..51fc38c068c7319b4085984b6c745696059c7ac8 100644
|
| --- a/discovery/googleapis/content__v2.json
|
| +++ b/discovery/googleapis/content__v2.json
|
| @@ -10,12 +10,12 @@
|
| },
|
| "basePath": "/content/v2/",
|
| "baseUrl": "https://www.googleapis.com/content/v2/",
|
| - "batchPath": "batch",
|
| + "batchPath": "batch/content/v2",
|
| "canonicalName": "Shopping Content",
|
| "description": "Manages product items, inventory, and Merchant Center accounts for Google Shopping.",
|
| "discoveryVersion": "v1",
|
| "documentationLink": "https://developers.google.com/shopping-content",
|
| - "etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/Jt8A6kt1GnP24vdp0UtThptYtC0\"",
|
| + "etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/7DxE-WvhKyxBCPMjpNGA9QTXnO8\"",
|
| "icons": {
|
| "x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
|
| "x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
|
| @@ -110,7 +110,7 @@
|
| "type": "string"
|
| },
|
| "overwrite": {
|
| - "description": "Flag to remove any existing claim on the requested website by another account and replace it with a claim from this account.",
|
| + "description": "Only available to selected merchants. When set to True, this flag removes any existing claim on the requested website by another account and replaces it with a claim from this account.",
|
| "location": "query",
|
| "type": "boolean"
|
| }
|
| @@ -166,6 +166,12 @@
|
| "location": "query",
|
| "type": "boolean"
|
| },
|
| + "force": {
|
| + "default": "true",
|
| + "description": "Flag to delete sub-accounts with products. The default value of false will become active on September 28, 2017.",
|
| + "location": "query",
|
| + "type": "boolean"
|
| + },
|
| "merchantId": {
|
| "description": "The ID of the managing account.",
|
| "format": "uint64",
|
| @@ -2018,7 +2024,7 @@
|
| }
|
| }
|
| },
|
| - "revision": "20170803",
|
| + "revision": "20170905",
|
| "rootUrl": "https://www.googleapis.com/",
|
| "schemas": {
|
| "Account": {
|
| @@ -2387,6 +2393,10 @@
|
| "format": "uint32",
|
| "type": "integer"
|
| },
|
| + "force": {
|
| + "description": "Whether the account should be deleted if the account has offers. Only applicable if the method is delete.",
|
| + "type": "boolean"
|
| + },
|
| "merchantId": {
|
| "description": "The ID of the managing account.",
|
| "format": "uint64",
|
| @@ -5818,6 +5828,10 @@
|
| "$ref": "DeliveryTime",
|
| "description": "Time spent in various aspects from order to the delivery of the product. Required."
|
| },
|
| + "minimumOrderValue": {
|
| + "$ref": "Price",
|
| + "description": "Minimum order value for this service. If set, indicates that customers will have to spend at least this amount. All prices within a service must have the same currency."
|
| + },
|
| "name": {
|
| "description": "Free-form name of the service. Must be unique within target account. Required.",
|
| "type": "string"
|
|
|