| Index: discovery/googleapis/acceleratedmobilepageurl__v1.json
|
| diff --git a/discovery/googleapis/acceleratedmobilepageurl__v1.json b/discovery/googleapis/acceleratedmobilepageurl__v1.json
|
| index 387e2daae2d0c8bb416de90e91974c8bca025321..820e60c3877b83309a189a7c64b97318a265cde0 100644
|
| --- a/discovery/googleapis/acceleratedmobilepageurl__v1.json
|
| +++ b/discovery/googleapis/acceleratedmobilepageurl__v1.json
|
| @@ -123,7 +123,7 @@
|
| }
|
| }
|
| },
|
| - "revision": "20160621",
|
| + "revision": "20160728",
|
| "rootUrl": "https://acceleratedmobilepageurl.googleapis.com/",
|
| "schemas": {
|
| "AmpUrl": {
|
| @@ -165,11 +165,11 @@
|
| ],
|
| "enumDescriptions": [
|
| "Not specified error.",
|
| - "Indicates the requested URL is not found for some reason -- for example,\nwe receive an HTTP error code 404 when it is crawled.",
|
| - "Indicates no AMP URL has been found in the HTML of the requested URL.",
|
| + "Indicates the requested URL is not found in the index, possibly because\nit's unable to be found, not able to be accessed by Googlebot, or some\nother error.",
|
| + "Indicates no AMP URL has been found that corresponds to the requested\nURL.",
|
| "Indicates some kind of application error occurred at the server.\nClient advised to retry.",
|
| - "Indicates the requested URL is a valid AMP URL.\nDEPRECATED: API no longer returns URL_IS_INVALID_AMP error code and will\nbe removed in API version 2. Instead of returning error, the requested\nURL is returned as an AMP URL in AmpUrl response.",
|
| - "Indicates that the requested URL is an invalid AMP URL."
|
| + "DEPRECATED: Indicates the requested URL is a valid AMP URL. This is a\nnon-error state, should not be relied upon as a sign of success or\nfailure. It will be removed in future versions of the API.",
|
| + "Indicates that an AMP URL has been found that corresponds to the request\nURL, but it is not valid AMP HTML."
|
| ],
|
| "type": "string"
|
| },
|
| @@ -197,7 +197,7 @@
|
| "type": "string"
|
| },
|
| "urls": {
|
| - "description": "List of URLs to look up for the paired AMP URLs.\nThe URLs are case-sensitive. Up to 10 URLs per lookup\n(see [Usage Limits](/amp/cache/reference/limits)).",
|
| + "description": "List of URLs to look up for the paired AMP URLs.\nThe URLs are case-sensitive. Up to 50 URLs per lookup\n(see [Usage Limits](/amp/cache/reference/limits)).",
|
| "items": {
|
| "type": "string"
|
| },
|
|
|