Update docs for 1.4.2 release
diff --git a/docs/dyn/webmasters_v3.sites.html b/docs/dyn/webmasters_v3.sites.html
index 20192ba..36161c1 100644
--- a/docs/dyn/webmasters_v3.sites.html
+++ b/docs/dyn/webmasters_v3.sites.html
@@ -85,7 +85,7 @@
 <p class="firstline">Retrieves information about specific site.</p>
 <p class="toc_element">
   <code><a href="#list">list()</a></code></p>
-<p class="firstline">Lists your Webmaster Tools sites.</p>
+<p class="firstline">Lists the user's Webmaster Tools sites.</p>
 <h3>Method Details</h3>
 <div class="method">
     <code class="details" id="add">add(siteUrl)</code>
@@ -101,7 +101,7 @@
   <pre>Removes a site from the set of the user's Webmaster Tools sites.
 
 Args:
-  siteUrl: string, The site's URL, including protocol, for example 'http://www.example.com/' (required)
+  siteUrl: string, The URI of the property as defined in Search Console. Examples: http://www.example.com/ or android-app://com.example/ (required)
 </pre>
 </div>
 
@@ -110,12 +110,12 @@
   <pre>Retrieves information about specific site.
 
 Args:
-  siteUrl: string, The site's URL, including protocol, for example 'http://www.example.com/' (required)
+  siteUrl: string, The URI of the property as defined in Search Console. Examples: http://www.example.com/ or android-app://com.example/ (required)
 
 Returns:
   An object of the form:
 
-    { # Access level information for a Webmaster Tools site.
+    { # Contains permission level information about a Webmaster Tools site. For more information, see  Permissions in Webmaster Tools.
     "permissionLevel": "A String", # The user's permission level for the site.
     "siteUrl": "A String", # The URL of the site.
   }</pre>
@@ -123,7 +123,7 @@
 
 <div class="method">
     <code class="details" id="list">list()</code>
-  <pre>Lists your Webmaster Tools sites.
+  <pre>Lists the user's Webmaster Tools sites.
 
 Args:
 
@@ -131,8 +131,8 @@
   An object of the form:
 
     { # List of sites with access level information.
-    "siteEntry": [ # Access level information for a Webmaster Tools site.
-      { # Access level information for a Webmaster Tools site.
+    "siteEntry": [ # Contains permission level information about a Webmaster Tools site. For more information, see Permissions in Webmaster Tools.
+      { # Contains permission level information about a Webmaster Tools site. For more information, see  Permissions in Webmaster Tools.
         "permissionLevel": "A String", # The user's permission level for the site.
         "siteUrl": "A String", # The URL of the site.
       },