Updated docs
diff --git a/docs/dyn/webmasters_v3.sites.html b/docs/dyn/webmasters_v3.sites.html
index 36161c1..226ebb0 100644
--- a/docs/dyn/webmasters_v3.sites.html
+++ b/docs/dyn/webmasters_v3.sites.html
@@ -72,24 +72,24 @@
 
 </style>
 
-<h1><a href="webmasters_v3.html">Webmaster Tools API</a> . <a href="webmasters_v3.sites.html">sites</a></h1>
+<h1><a href="webmasters_v3.html">Search Console API</a> . <a href="webmasters_v3.sites.html">sites</a></h1>
 <h2>Instance Methods</h2>
 <p class="toc_element">
   <code><a href="#add">add(siteUrl)</a></code></p>
-<p class="firstline">Adds a site to the set of the user's sites in Webmaster Tools.</p>
+<p class="firstline">Adds a site to the set of the user's sites in Search Console.</p>
 <p class="toc_element">
   <code><a href="#delete">delete(siteUrl)</a></code></p>
-<p class="firstline">Removes a site from the set of the user's Webmaster Tools sites.</p>
+<p class="firstline">Removes a site from the set of the user's Search Console sites.</p>
 <p class="toc_element">
   <code><a href="#get">get(siteUrl)</a></code></p>
 <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 the user's Webmaster Tools sites.</p>
+<p class="firstline">Lists the user's Search Console sites.</p>
 <h3>Method Details</h3>
 <div class="method">
     <code class="details" id="add">add(siteUrl)</code>
-  <pre>Adds a site to the set of the user's sites in Webmaster Tools.
+  <pre>Adds a site to the set of the user's sites in Search Console.
 
 Args:
   siteUrl: string, The URL of the site to add. (required)
@@ -98,7 +98,7 @@
 
 <div class="method">
     <code class="details" id="delete">delete(siteUrl)</code>
-  <pre>Removes a site from the set of the user's Webmaster Tools sites.
+  <pre>Removes a site from the set of the user's Search Console sites.
 
 Args:
   siteUrl: string, The URI of the property as defined in Search Console. Examples: http://www.example.com/ or android-app://com.example/ (required)
@@ -115,7 +115,7 @@
 Returns:
   An object of the form:
 
-    { # Contains permission level information about a Webmaster Tools site. For more information, see  Permissions in Webmaster Tools.
+    { # Contains permission level information about a Search Console site. For more information, see  Permissions in Search Console.
     "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 the user's Webmaster Tools sites.
+  <pre>Lists the user's Search Console sites.
 
 Args:
 
@@ -131,8 +131,8 @@
   An object of the form:
 
     { # List of sites with access level information.
-    "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.
+    "siteEntry": [ # Contains permission level information about a Search Console site. For more information, see Permissions in Search Console.
+      { # Contains permission level information about a Search Console site. For more information, see  Permissions in Search Console.
         "permissionLevel": "A String", # The user's permission level for the site.
         "siteUrl": "A String", # The URL of the site.
       },