Update generated docs.
diff --git a/docs/dyn/siteVerification.v1.webResource.html b/docs/dyn/siteVerification.v1.webResource.html
index 1f702be..03c0c71 100644
--- a/docs/dyn/siteVerification.v1.webResource.html
+++ b/docs/dyn/siteVerification.v1.webResource.html
@@ -41,9 +41,17 @@
<dl><dt><a name="Resource-getToken"><strong>getToken</strong></a> = method(self, **kwargs)</dt><dd><tt>Get a verification token for placing on a website or domain.<br>
<br>
Args:<br>
- verificationMethod: string, The method to use for verifying a site or domain.<br>
- identifier: string, The URL or domain to verify.<br>
- type: string, Type of resource to verify. Can be 'site' (URL) or 'inet_domain' (domain name).<br>
+ body: object, The request body. (required)<br>
+ The object takes the form of:<br>
+ <br>
+{<br>
+ "verificationMethod": "A String", # The verification method that will be used to verify this site. For sites, 'FILE' or 'META' methods may be used. For domains, only 'DNS' may be used.<br>
+ "site": { # The site for which a verification token will be generated.<br>
+ "identifier": "A String", # The site identifier. If the type is set to SITE, the identifier is a URL. If the type is set to INET_DOMAIN, the site identifier is a domain name.<br>
+ "type": "A String", # The type of resource to be verified. Can be SITE or INET_DOMAIN (domain name).<br>
+ },<br>
+ }<br>
+ <br>
<br>
Returns:<br>
An object of the form<br>