Index: discovery/googleapis/searchconsole__v1.json |
diff --git a/discovery/googleapis/searchconsole__v1.json b/discovery/googleapis/searchconsole__v1.json |
index ab345510258953acc833471f332f592b35f934ba..112f3e42ff127eca75bb6551b8d6d0c2d7d0e847 100644 |
--- a/discovery/googleapis/searchconsole__v1.json |
+++ b/discovery/googleapis/searchconsole__v1.json |
@@ -71,13 +71,13 @@ |
"location": "query", |
"type": "string" |
}, |
- "key": { |
- "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.", |
+ "access_token": { |
+ "description": "OAuth access token.", |
"location": "query", |
"type": "string" |
}, |
- "access_token": { |
- "description": "OAuth access token.", |
+ "key": { |
+ "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.", |
"location": "query", |
"type": "string" |
}, |
@@ -128,52 +128,9 @@ |
} |
} |
}, |
- "revision": "20170212", |
+ "revision": "20170305", |
"rootUrl": "https://searchconsole.googleapis.com/", |
"schemas": { |
- "RunMobileFriendlyTestResponse": { |
- "description": "Mobile-friendly test response, including mobile-friendly issues and resource\nissues.", |
- "id": "RunMobileFriendlyTestResponse", |
- "properties": { |
- "testStatus": { |
- "$ref": "TestStatus", |
- "description": "Final state of the test, can be either complete or an error." |
- }, |
- "resourceIssues": { |
- "description": "Information about embedded resources issues.", |
- "items": { |
- "$ref": "ResourceIssue" |
- }, |
- "type": "array" |
- }, |
- "mobileFriendliness": { |
- "description": "Test verdict, whether the page is mobile friendly or not.", |
- "enum": [ |
- "MOBILE_FRIENDLY_TEST_RESULT_UNSPECIFIED", |
- "MOBILE_FRIENDLY", |
- "NOT_MOBILE_FRIENDLY" |
- ], |
- "enumDescriptions": [ |
- "Internal error when running this test. Please try running the test again.", |
- "The page is mobile friendly.", |
- "The page is not mobile friendly." |
- ], |
- "type": "string" |
- }, |
- "mobileFriendlyIssues": { |
- "description": "List of mobile-usability issues.", |
- "items": { |
- "$ref": "MobileFriendlyIssue" |
- }, |
- "type": "array" |
- }, |
- "screenshot": { |
- "$ref": "Image", |
- "description": "Screenshot of the requested URL." |
- } |
- }, |
- "type": "object" |
- }, |
"ResourceIssue": { |
"description": "Information about a resource with issue.", |
"id": "ResourceIssue", |
@@ -282,6 +239,49 @@ |
} |
}, |
"type": "object" |
+ }, |
+ "RunMobileFriendlyTestResponse": { |
+ "description": "Mobile-friendly test response, including mobile-friendly issues and resource\nissues.", |
+ "id": "RunMobileFriendlyTestResponse", |
+ "properties": { |
+ "testStatus": { |
+ "$ref": "TestStatus", |
+ "description": "Final state of the test, can be either complete or an error." |
+ }, |
+ "resourceIssues": { |
+ "description": "Information about embedded resources issues.", |
+ "items": { |
+ "$ref": "ResourceIssue" |
+ }, |
+ "type": "array" |
+ }, |
+ "mobileFriendliness": { |
+ "description": "Test verdict, whether the page is mobile friendly or not.", |
+ "enum": [ |
+ "MOBILE_FRIENDLY_TEST_RESULT_UNSPECIFIED", |
+ "MOBILE_FRIENDLY", |
+ "NOT_MOBILE_FRIENDLY" |
+ ], |
+ "enumDescriptions": [ |
+ "Internal error when running this test. Please try running the test again.", |
+ "The page is mobile friendly.", |
+ "The page is not mobile friendly." |
+ ], |
+ "type": "string" |
+ }, |
+ "mobileFriendlyIssues": { |
+ "description": "List of mobile-usability issues.", |
+ "items": { |
+ "$ref": "MobileFriendlyIssue" |
+ }, |
+ "type": "array" |
+ }, |
+ "screenshot": { |
+ "$ref": "Image", |
+ "description": "Screenshot of the requested URL." |
+ } |
+ }, |
+ "type": "object" |
} |
}, |
"servicePath": "", |