| OLD | NEW |
| 1 { | 1 { |
| 2 "auth": { | 2 "auth": { |
| 3 "oauth2": { | 3 "oauth2": { |
| 4 "scopes": { | 4 "scopes": { |
| 5 "https://www.googleapis.com/auth/siteverification": { | 5 "https://www.googleapis.com/auth/siteverification": { |
| 6 "description": "Manage the list of sites and domains you con
trol" | 6 "description": "Manage the list of sites and domains you con
trol" |
| 7 }, | 7 }, |
| 8 "https://www.googleapis.com/auth/siteverification.verify_only":
{ | 8 "https://www.googleapis.com/auth/siteverification.verify_only":
{ |
| 9 "description": "Manage your new site verifications with Goog
le" | 9 "description": "Manage your new site verifications with Goog
le" |
| 10 } | 10 } |
| 11 } | 11 } |
| 12 } | 12 } |
| 13 }, | 13 }, |
| 14 "basePath": "/siteVerification/v1/", | 14 "basePath": "/siteVerification/v1/", |
| 15 "baseUrl": "https://www.googleapis.com/siteVerification/v1/", | 15 "baseUrl": "https://www.googleapis.com/siteVerification/v1/", |
| 16 "batchPath": "batch", | 16 "batchPath": "batch", |
| 17 "description": "Lets you programatically verify ownership of websites or dom
ains with Google.", | 17 "description": "Verifies ownership of websites or domains with Google.", |
| 18 "discoveryVersion": "v1", | 18 "discoveryVersion": "v1", |
| 19 "documentationLink": "https://developers.google.com/site-verification/", | 19 "documentationLink": "https://developers.google.com/site-verification/", |
| 20 "etag": "\"bRFOOrZKfO9LweMbPqu0kcu6De8/1vTYvQHrYJnWnVmofN4gOMXqjH0\"", | 20 "etag": "\"bRFOOrZKfO9LweMbPqu0kcu6De8/7Wh2BL46-ycQBGZrIfJ_r7nrkOo\"", |
| 21 "icons": { | 21 "icons": { |
| 22 "x16": "http://www.google.com/images/icons/product/search-16.gif", | 22 "x16": "http://www.google.com/images/icons/product/search-16.gif", |
| 23 "x32": "http://www.google.com/images/icons/product/search-32.gif" | 23 "x32": "http://www.google.com/images/icons/product/search-32.gif" |
| 24 }, | 24 }, |
| 25 "id": "siteVerification:v1", | 25 "id": "siteVerification:v1", |
| 26 "kind": "discovery#restDescription", | 26 "kind": "discovery#restDescription", |
| 27 "name": "siteVerification", | 27 "name": "siteVerification", |
| 28 "ownerDomain": "google.com", | 28 "ownerDomain": "google.com", |
| 29 "ownerName": "Google", | 29 "ownerName": "Google", |
| 30 "parameters": { | 30 "parameters": { |
| (...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 222 "response": { | 222 "response": { |
| 223 "$ref": "SiteVerificationWebResourceResource" | 223 "$ref": "SiteVerificationWebResourceResource" |
| 224 }, | 224 }, |
| 225 "scopes": [ | 225 "scopes": [ |
| 226 "https://www.googleapis.com/auth/siteverification" | 226 "https://www.googleapis.com/auth/siteverification" |
| 227 ] | 227 ] |
| 228 } | 228 } |
| 229 } | 229 } |
| 230 } | 230 } |
| 231 }, | 231 }, |
| 232 "revision": "20151007", | 232 "revision": "20160228", |
| 233 "rootUrl": "https://www.googleapis.com/", | 233 "rootUrl": "https://www.googleapis.com/", |
| 234 "schemas": { | 234 "schemas": { |
| 235 "SiteVerificationWebResourceGettokenRequest": { | 235 "SiteVerificationWebResourceGettokenRequest": { |
| 236 "id": "SiteVerificationWebResourceGettokenRequest", | 236 "id": "SiteVerificationWebResourceGettokenRequest", |
| 237 "properties": { | 237 "properties": { |
| 238 "site": { | 238 "site": { |
| 239 "description": "The site for which a verification token will
be generated.", | 239 "description": "The site for which a verification token will
be generated.", |
| 240 "properties": { | 240 "properties": { |
| 241 "identifier": { | 241 "identifier": { |
| 242 "description": "The site identifier. If the type is
set to SITE, the identifier is a URL. If the type is set to INET_DOMAIN, the sit
e identifier is a domain name.", | 242 "description": "The site identifier. If the type is
set to SITE, the identifier is a URL. If the type is set to INET_DOMAIN, the sit
e identifier is a domain name.", |
| (...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 312 "type": "object" | 312 "type": "object" |
| 313 } | 313 } |
| 314 }, | 314 }, |
| 315 "type": "object" | 315 "type": "object" |
| 316 } | 316 } |
| 317 }, | 317 }, |
| 318 "servicePath": "siteVerification/v1/", | 318 "servicePath": "siteVerification/v1/", |
| 319 "title": "Google Site Verification API", | 319 "title": "Google Site Verification API", |
| 320 "version": "v1" | 320 "version": "v1" |
| 321 } | 321 } |
| OLD | NEW |