Index: discovery/googleapis/searchconsole__v1.json |
diff --git a/discovery/googleapis/searchconsole__v1.json b/discovery/googleapis/searchconsole__v1.json |
index b8ffd3b03342e7e223b61ac4c0c3bfaddfb4f206..8e9ddb8eb05ed7f9b736adff7ddab221eb126829 100644 |
--- a/discovery/googleapis/searchconsole__v1.json |
+++ b/discovery/googleapis/searchconsole__v1.json |
@@ -16,27 +16,6 @@ |
"ownerDomain": "google.com", |
"ownerName": "Google", |
"parameters": { |
- "quotaUser": { |
- "description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.", |
- "location": "query", |
- "type": "string" |
- }, |
- "pp": { |
- "default": "true", |
- "description": "Pretty-print response.", |
- "location": "query", |
- "type": "boolean" |
- }, |
- "bearer_token": { |
- "description": "OAuth bearer token.", |
- "location": "query", |
- "type": "string" |
- }, |
- "oauth_token": { |
- "description": "OAuth 2.0 token for the current user.", |
- "location": "query", |
- "type": "string" |
- }, |
"upload_protocol": { |
"description": "Upload protocol for media (e.g. \"raw\", \"multipart\").", |
"location": "query", |
@@ -101,6 +80,27 @@ |
"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" |
+ }, |
+ "quotaUser": { |
+ "description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.", |
+ "location": "query", |
+ "type": "string" |
+ }, |
+ "pp": { |
+ "default": "true", |
+ "description": "Pretty-print response.", |
+ "location": "query", |
+ "type": "boolean" |
+ }, |
+ "bearer_token": { |
+ "description": "OAuth bearer token.", |
+ "location": "query", |
+ "type": "string" |
+ }, |
+ "oauth_token": { |
+ "description": "OAuth 2.0 token for the current user.", |
+ "location": "query", |
+ "type": "string" |
} |
}, |
"protocol": "rest", |
@@ -128,24 +128,13 @@ |
} |
} |
}, |
- "revision": "20170709", |
+ "revision": "20170729", |
"rootUrl": "https://searchconsole.googleapis.com/", |
"schemas": { |
"RunMobileFriendlyTestResponse": { |
"description": "Mobile-friendly test response, including mobile-friendly issues and resource\nissues.", |
"id": "RunMobileFriendlyTestResponse", |
"properties": { |
- "resourceIssues": { |
- "description": "Information about embedded resources issues.", |
- "items": { |
- "$ref": "ResourceIssue" |
- }, |
- "type": "array" |
- }, |
- "testStatus": { |
- "$ref": "TestStatus", |
- "description": "Final state of the test, can be either complete or an error." |
- }, |
"mobileFriendliness": { |
"description": "Test verdict, whether the page is mobile friendly or not.", |
"enum": [ |
@@ -170,6 +159,17 @@ |
"screenshot": { |
"$ref": "Image", |
"description": "Screenshot of the requested URL." |
+ }, |
+ "resourceIssues": { |
+ "description": "Information about embedded resources issues.", |
+ "items": { |
+ "$ref": "ResourceIssue" |
+ }, |
+ "type": "array" |
+ }, |
+ "testStatus": { |
+ "$ref": "TestStatus", |
+ "description": "Final state of the test, can be either complete or an error." |
} |
}, |
"type": "object" |
@@ -200,10 +200,6 @@ |
"description": "Final state of the test, including error details if necessary.", |
"id": "TestStatus", |
"properties": { |
- "details": { |
- "description": "Error details if applicable.", |
- "type": "string" |
- }, |
"status": { |
"description": "Status of the test.", |
"enum": [ |
@@ -219,6 +215,10 @@ |
"Google can not access the URL because of a user error such as a robots.txt\nblockage, a 403 or 500 code etc. Please make sure that the URL provided is\naccessible by Googlebot and is not password protected." |
], |
"type": "string" |
+ }, |
+ "details": { |
+ "description": "Error details if applicable.", |
+ "type": "string" |
} |
}, |
"type": "object" |