mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
feat(json): updated API descriptions
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
{
|
||||
"kind": "discovery#restDescription",
|
||||
"etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/2KfwPsPFjdvTmw1MTymtM96q3zo\"",
|
||||
"etag": "\"bRFOOrZKfO9LweMbPqu0kcu6De8/_-_fgDtuWae3hK6puWhbAWmziB0\"",
|
||||
"discoveryVersion": "v1",
|
||||
"id": "webmasters:v3",
|
||||
"name": "webmasters",
|
||||
"version": "v3",
|
||||
"revision": "20150804",
|
||||
"title": "Webmaster Tools API",
|
||||
"description": "Lets you view Google Webmaster Tools data for your verified sites.",
|
||||
"revision": "20151229",
|
||||
"title": "Search Console API",
|
||||
"description": "Lets you view Google Search Console data for your verified sites.",
|
||||
"ownerDomain": "google.com",
|
||||
"ownerName": "Google",
|
||||
"icons": {
|
||||
@@ -70,10 +70,10 @@
|
||||
"oauth2": {
|
||||
"scopes": {
|
||||
"https://www.googleapis.com/auth/webmasters": {
|
||||
"description": "View and modify Webmaster Tools data for your verified sites"
|
||||
"description": "View and manage Search Console data for your verified sites"
|
||||
},
|
||||
"https://www.googleapis.com/auth/webmasters.readonly": {
|
||||
"description": "View Webmaster Tools data for your verified sites"
|
||||
"description": "View Search Console data for your verified sites"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -217,7 +217,7 @@
|
||||
"properties": {
|
||||
"siteEntry": {
|
||||
"type": "array",
|
||||
"description": "Contains permission level information about a Webmaster Tools site. For more information, see Permissions in Webmaster Tools.",
|
||||
"description": "Contains permission level information about a Search Console site. For more information, see Permissions in Search Console.",
|
||||
"items": {
|
||||
"$ref": "WmxSite"
|
||||
}
|
||||
@@ -345,7 +345,7 @@
|
||||
"WmxSite": {
|
||||
"id": "WmxSite",
|
||||
"type": "object",
|
||||
"description": "Contains permission level information about a Webmaster Tools site. For more information, see Permissions in Webmaster Tools.",
|
||||
"description": "Contains permission level information about a Search Console site. For more information, see Permissions in Search Console.",
|
||||
"properties": {
|
||||
"permissionLevel": {
|
||||
"type": "string",
|
||||
@@ -585,7 +585,7 @@
|
||||
"id": "webmasters.sites.add",
|
||||
"path": "sites/{siteUrl}",
|
||||
"httpMethod": "PUT",
|
||||
"description": "Adds a site to the set of the user's sites in Webmaster Tools.",
|
||||
"description": "Adds a site to the set of the user's sites in Search Console.",
|
||||
"parameters": {
|
||||
"siteUrl": {
|
||||
"type": "string",
|
||||
@@ -605,7 +605,7 @@
|
||||
"id": "webmasters.sites.delete",
|
||||
"path": "sites/{siteUrl}",
|
||||
"httpMethod": "DELETE",
|
||||
"description": "Removes a site from the set of the user's Webmaster Tools sites.",
|
||||
"description": "Removes a site from the set of the user's Search Console sites.",
|
||||
"parameters": {
|
||||
"siteUrl": {
|
||||
"type": "string",
|
||||
@@ -649,7 +649,7 @@
|
||||
"id": "webmasters.sites.list",
|
||||
"path": "sites",
|
||||
"httpMethod": "GET",
|
||||
"description": "Lists the user's Webmaster Tools sites.",
|
||||
"description": "Lists the user's Search Console sites.",
|
||||
"response": {
|
||||
"$ref": "SitesListResponse"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user