Refresh docs
diff --git a/docs/dyn/fusiontables_v1.table.html b/docs/dyn/fusiontables_v1.table.html
index d19fc40..88bd29d 100644
--- a/docs/dyn/fusiontables_v1.table.html
+++ b/docs/dyn/fusiontables_v1.table.html
@@ -75,7 +75,7 @@
 <h1><a href="fusiontables_v1.html">Fusion Tables API</a> . <a href="fusiontables_v1.table.html">table</a></h1>
 <h2>Instance Methods</h2>
 <p class="toc_element">
-  <code><a href="#copy">copy(tableId)</a></code></p>
+  <code><a href="#copy">copy(tableId, copyPresentation=None)</a></code></p>
 <p class="firstline">Copies a table.</p>
 <p class="toc_element">
   <code><a href="#delete">delete(tableId)</a></code></p>
@@ -103,11 +103,12 @@
 <p class="firstline">Updates an existing table. Unless explicitly requested, only the name, description, and attribution will be updated.</p>
 <h3>Method Details</h3>
 <div class="method">
-    <code class="details" id="copy">copy(tableId)</code>
+    <code class="details" id="copy">copy(tableId, copyPresentation=None)</code>
   <pre>Copies a table.
 
 Args:
   tableId: string, ID of the table that is being copied. (required)
+  copyPresentation: boolean, Whether to also copy tabs, styles, and templates. Default is false.
 
 Returns:
   An object of the form:
@@ -327,7 +328,7 @@
 Returns:
   A request object that you can call 'execute()' on to request the next
   page. Returns None if there are no more items in the collection.
-      </pre>
+    </pre>
 </div>
 
 <div class="method">