mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
chore(update): all jsons; version-up
As we are now back to serde 0.6, the patch-level was upped too.
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
{
|
||||
"kind": "discovery#restDescription",
|
||||
"etag": "\"bRFOOrZKfO9LweMbPqu0kcu6De8/ik6t4leMi4molj3h1DobZhP-feU\"",
|
||||
"etag": "\"bRFOOrZKfO9LweMbPqu0kcu6De8/P1nSOVfcIgLwg7Nv_EHtJFN7Dbw\"",
|
||||
"discoveryVersion": "v1",
|
||||
"id": "webmasters:v3",
|
||||
"name": "webmasters",
|
||||
"version": "v3",
|
||||
"revision": "20151229",
|
||||
"revision": "20160317",
|
||||
"title": "Search Console API",
|
||||
"description": "Lets you view Google Search Console data for your verified sites.",
|
||||
"description": "View Google Search Console data for your verified sites.",
|
||||
"ownerDomain": "google.com",
|
||||
"ownerName": "Google",
|
||||
"icons": {
|
||||
@@ -175,6 +175,11 @@
|
||||
"startDate": {
|
||||
"type": "string",
|
||||
"description": "[Required] Start date of the requested date range, in YYYY-MM-DD format, in PST time (UTC - 8:00). Must be less than or equal to the end date. This value is included in the range."
|
||||
},
|
||||
"startRow": {
|
||||
"type": "integer",
|
||||
"description": "[Optional; Default is 0] Zero-based index of the first row in the response. Must be a non-negative number.",
|
||||
"format": "int32"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -673,6 +678,7 @@
|
||||
"description": "The crawl error category. For example: serverError. If not specified, returns results for all categories.",
|
||||
"enum": [
|
||||
"authPermissions",
|
||||
"flashContent",
|
||||
"manyToOneRedirect",
|
||||
"notFollowed",
|
||||
"notFound",
|
||||
@@ -689,6 +695,7 @@
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"location": "query"
|
||||
@@ -748,6 +755,7 @@
|
||||
"required": true,
|
||||
"enum": [
|
||||
"authPermissions",
|
||||
"flashContent",
|
||||
"manyToOneRedirect",
|
||||
"notFollowed",
|
||||
"notFound",
|
||||
@@ -764,6 +772,7 @@
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"location": "query"
|
||||
@@ -823,6 +832,7 @@
|
||||
"required": true,
|
||||
"enum": [
|
||||
"authPermissions",
|
||||
"flashContent",
|
||||
"manyToOneRedirect",
|
||||
"notFollowed",
|
||||
"notFound",
|
||||
@@ -839,6 +849,7 @@
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"location": "query"
|
||||
@@ -891,6 +902,7 @@
|
||||
"required": true,
|
||||
"enum": [
|
||||
"authPermissions",
|
||||
"flashContent",
|
||||
"manyToOneRedirect",
|
||||
"notFollowed",
|
||||
"notFound",
|
||||
@@ -907,6 +919,7 @@
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"location": "query"
|
||||
|
||||
Reference in New Issue
Block a user