Refresh docs
diff --git a/docs/dyn/books_v1.layers.volumeAnnotations.html b/docs/dyn/books_v1.layers.volumeAnnotations.html
index 1f62c1c..72b7e34 100644
--- a/docs/dyn/books_v1.layers.volumeAnnotations.html
+++ b/docs/dyn/books_v1.layers.volumeAnnotations.html
@@ -78,7 +78,7 @@
   <code><a href="#get">get(volumeId, layerId, annotationId, source=None, locale=None)</a></code></p>
 <p class="firstline">Gets the volume annotation.</p>
 <p class="toc_element">
-  <code><a href="#list">list(volumeId, layerId, contentVersion, endPosition=None, locale=None, startOffset=None, pageToken=None, updatedMin=None, endOffset=None, showDeleted=None, updatedMax=None, maxResults=None, startPosition=None, source=None)</a></code></p>
+  <code><a href="#list">list(volumeId, layerId, contentVersion, endPosition=None, locale=None, startOffset=None, volumeAnnotationsVersion=None, pageToken=None, updatedMin=None, endOffset=None, showDeleted=None, updatedMax=None, maxResults=None, startPosition=None, source=None)</a></code></p>
 <p class="firstline">Gets the volume annotations for a volume and layer.</p>
 <p class="toc_element">
   <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
@@ -139,7 +139,7 @@
 </div>
 
 <div class="method">
-    <code class="details" id="list">list(volumeId, layerId, contentVersion, endPosition=None, locale=None, startOffset=None, pageToken=None, updatedMin=None, endOffset=None, showDeleted=None, updatedMax=None, maxResults=None, startPosition=None, source=None)</code>
+    <code class="details" id="list">list(volumeId, layerId, contentVersion, endPosition=None, locale=None, startOffset=None, volumeAnnotationsVersion=None, pageToken=None, updatedMin=None, endOffset=None, showDeleted=None, updatedMax=None, maxResults=None, startPosition=None, source=None)</code>
   <pre>Gets the volume annotations for a volume and layer.
 
 Args:
@@ -149,6 +149,7 @@
   endPosition: string, The end position to end retrieving data from.
   locale: string, The locale information for the data. ISO-639-1 language and ISO-3166-1 country code. Ex: 'en_US'.
   startOffset: string, The start offset to start retrieving data from.
+  volumeAnnotationsVersion: string, The version of the volume annotations that you are requesting.
   pageToken: string, The value of the nextToken from the previous page.
   updatedMin: string, RFC 3339 timestamp to restrict to items updated since this timestamp (inclusive).
   endOffset: string, The end offset to end retrieving data from.
@@ -204,6 +205,7 @@
       },
     ],
     "kind": "books#volumeannotations", # Resource type
+    "version": "A String", # The version string for all of the volume annotations in this layer (not just the ones in this response). Note: the version string doesn't apply to the annotation data, just the information in this response (e.g. the location of annotations in the book).
     "totalItems": 42, # The total number of volume annotations found.
   }</pre>
 </div>
@@ -219,7 +221,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>
 
 </body></html>
\ No newline at end of file