Update docs for 1.3.2 release.
diff --git a/docs/dyn/books_v1.mylibrary.annotations.html b/docs/dyn/books_v1.mylibrary.annotations.html
index d28c361..3dd48df 100644
--- a/docs/dyn/books_v1.mylibrary.annotations.html
+++ b/docs/dyn/books_v1.mylibrary.annotations.html
@@ -81,7 +81,7 @@
   <code><a href="#get">get(annotationId, source=None)</a></code></p>
 <p class="firstline">Gets an annotation by its ID.</p>
 <p class="toc_element">
-  <code><a href="#insert">insert(body, source=None, showOnlySummaryInResponse=None)</a></code></p>
+  <code><a href="#insert">insert(body, source=None, country=None, showOnlySummaryInResponse=None)</a></code></p>
 <p class="firstline">Inserts a new annotation.</p>
 <p class="toc_element">
   <code><a href="#list">list(pageToken=None, updatedMin=None, showDeleted=None, pageIds=None, contentVersion=None, layerId=None, updatedMax=None, volumeId=None, maxResults=None, layerIds=None, source=None)</a></code></p>
@@ -197,7 +197,7 @@
 </div>
 
 <div class="method">
-    <code class="details" id="insert">insert(body, source=None, showOnlySummaryInResponse=None)</code>
+    <code class="details" id="insert">insert(body, source=None, country=None, showOnlySummaryInResponse=None)</code>
   <pre>Inserts a new annotation.
 
 Args:
@@ -283,6 +283,7 @@
   }
 
   source: string, String to identify the originator of this request.
+  country: string, ISO-3166-1 code to override the IP-based location.
   showOnlySummaryInResponse: boolean, Requests that only the summary of the specified layer be provided in the response.
 
 Returns: