Update docs.
diff --git a/docs/dyn/blogger_v3.posts.html b/docs/dyn/blogger_v3.posts.html
index d4ffe1c..33fed03 100644
--- a/docs/dyn/blogger_v3.posts.html
+++ b/docs/dyn/blogger_v3.posts.html
@@ -76,10 +76,10 @@
 <h2>Instance Methods</h2>
 <p class="toc_element">
   <code><a href="#delete">delete(blogId, postId)</a></code></p>
-<p class="firstline">Delete a post by id.</p>
+<p class="firstline">Delete a post by ID.</p>
 <p class="toc_element">
   <code><a href="#get">get(blogId, postId, maxComments=None, fetchImages=None, fetchBody=None, view=None)</a></code></p>
-<p class="firstline">Get a post by id.</p>
+<p class="firstline">Get a post by ID.</p>
 <p class="toc_element">
   <code><a href="#getByPath">getByPath(blogId, path, maxComments=None, view=None)</a></code></p>
 <p class="firstline">Retrieve a Post by Path.</p>
@@ -97,7 +97,7 @@
 <p class="firstline">Update a post. This method supports patch semantics.</p>
 <p class="toc_element">
   <code><a href="#publish">publish(blogId, postId, publishDate=None)</a></code></p>
-<p class="firstline">Publish a draft post.</p>
+<p class="firstline">Publishes a draft post, optionally at the specific time of the given publishDate parameter.</p>
 <p class="toc_element">
   <code><a href="#revert">revert(blogId, postId)</a></code></p>
 <p class="firstline">Revert a published or scheduled post to draft state.</p>
@@ -110,17 +110,17 @@
 <h3>Method Details</h3>
 <div class="method">
     <code class="details" id="delete">delete(blogId, postId)</code>
-  <pre>Delete a post by id.
+  <pre>Delete a post by ID.
 
 Args:
-  blogId: string, The Id of the Blog. (required)
+  blogId: string, The ID of the Blog. (required)
   postId: string, The ID of the Post. (required)
 </pre>
 </div>
 
 <div class="method">
     <code class="details" id="get">get(blogId, postId, maxComments=None, fetchImages=None, fetchBody=None, view=None)</code>
-  <pre>Get a post by id.
+  <pre>Get a post by ID.
 
 Args:
   blogId: string, ID of the blog to fetch the post from. (required)
@@ -182,6 +182,7 @@
       ],
       "selfLink": "A String", # The URL of the comments on this post.
     },
+    "readerComments": "A String", # Comment control and display setting for readers of this post.
     "labels": [ # The list of labels this Post was tagged with.
       "A String",
     ],
@@ -191,6 +192,7 @@
       "id": "A String", # The identifier of the Blog that contains this Post.
     },
     "url": "A String", # The URL where this Post is displayed.
+    "etag": "A String", # Etag of the resource.
     "location": { # The location for geotagged posts.
       "lat": 3.14, # Location's latitude.
       "lng": 3.14, # Location's longitude.
@@ -271,6 +273,7 @@
       ],
       "selfLink": "A String", # The URL of the comments on this post.
     },
+    "readerComments": "A String", # Comment control and display setting for readers of this post.
     "labels": [ # The list of labels this Post was tagged with.
       "A String",
     ],
@@ -280,6 +283,7 @@
       "id": "A String", # The identifier of the Blog that contains this Post.
     },
     "url": "A String", # The URL where this Post is displayed.
+    "etag": "A String", # Etag of the resource.
     "location": { # The location for geotagged posts.
       "lat": 3.14, # Location's latitude.
       "lng": 3.14, # Location's longitude.
@@ -352,6 +356,7 @@
     ],
     "selfLink": "A String", # The URL of the comments on this post.
   },
+  "readerComments": "A String", # Comment control and display setting for readers of this post.
   "labels": [ # The list of labels this Post was tagged with.
     "A String",
   ],
@@ -361,6 +366,7 @@
     "id": "A String", # The identifier of the Blog that contains this Post.
   },
   "url": "A String", # The URL where this Post is displayed.
+  "etag": "A String", # Etag of the resource.
   "location": { # The location for geotagged posts.
     "lat": 3.14, # Location's latitude.
     "lng": 3.14, # Location's longitude.
@@ -430,6 +436,7 @@
       ],
       "selfLink": "A String", # The URL of the comments on this post.
     },
+    "readerComments": "A String", # Comment control and display setting for readers of this post.
     "labels": [ # The list of labels this Post was tagged with.
       "A String",
     ],
@@ -439,6 +446,7 @@
       "id": "A String", # The identifier of the Blog that contains this Post.
     },
     "url": "A String", # The URL where this Post is displayed.
+    "etag": "A String", # Etag of the resource.
     "location": { # The location for geotagged posts.
       "lat": 3.14, # Location's latitude.
       "lng": 3.14, # Location's longitude.
@@ -536,6 +544,7 @@
           ],
           "selfLink": "A String", # The URL of the comments on this post.
         },
+        "readerComments": "A String", # Comment control and display setting for readers of this post.
         "labels": [ # The list of labels this Post was tagged with.
           "A String",
         ],
@@ -545,6 +554,7 @@
           "id": "A String", # The identifier of the Blog that contains this Post.
         },
         "url": "A String", # The URL where this Post is displayed.
+        "etag": "A String", # Etag of the resource.
         "location": { # The location for geotagged posts.
           "lat": 3.14, # Location's latitude.
           "lng": 3.14, # Location's longitude.
@@ -635,6 +645,7 @@
     ],
     "selfLink": "A String", # The URL of the comments on this post.
   },
+  "readerComments": "A String", # Comment control and display setting for readers of this post.
   "labels": [ # The list of labels this Post was tagged with.
     "A String",
   ],
@@ -644,6 +655,7 @@
     "id": "A String", # The identifier of the Blog that contains this Post.
   },
   "url": "A String", # The URL where this Post is displayed.
+  "etag": "A String", # Etag of the resource.
   "location": { # The location for geotagged posts.
     "lat": 3.14, # Location's latitude.
     "lng": 3.14, # Location's longitude.
@@ -715,6 +727,7 @@
       ],
       "selfLink": "A String", # The URL of the comments on this post.
     },
+    "readerComments": "A String", # Comment control and display setting for readers of this post.
     "labels": [ # The list of labels this Post was tagged with.
       "A String",
     ],
@@ -724,6 +737,7 @@
       "id": "A String", # The identifier of the Blog that contains this Post.
     },
     "url": "A String", # The URL where this Post is displayed.
+    "etag": "A String", # Etag of the resource.
     "location": { # The location for geotagged posts.
       "lat": 3.14, # Location's latitude.
       "lng": 3.14, # Location's longitude.
@@ -744,12 +758,12 @@
 
 <div class="method">
     <code class="details" id="publish">publish(blogId, postId, publishDate=None)</code>
-  <pre>Publish a draft post.
+  <pre>Publishes a draft post, optionally at the specific time of the given publishDate parameter.
 
 Args:
   blogId: string, The ID of the Blog. (required)
   postId: string, The ID of the Post. (required)
-  publishDate: string, The date and time to schedule the publishing of the Blog.
+  publishDate: string, Optional date and time to schedule the publishing of the Blog. If no publishDate parameter is given, the post is either published at the a previously saved schedule date (if present), or the current time. If a future date is given, the post will be scheduled to be published.
 
 Returns:
   An object of the form:
@@ -799,6 +813,7 @@
       ],
       "selfLink": "A String", # The URL of the comments on this post.
     },
+    "readerComments": "A String", # Comment control and display setting for readers of this post.
     "labels": [ # The list of labels this Post was tagged with.
       "A String",
     ],
@@ -808,6 +823,7 @@
       "id": "A String", # The identifier of the Blog that contains this Post.
     },
     "url": "A String", # The URL where this Post is displayed.
+    "etag": "A String", # Etag of the resource.
     "location": { # The location for geotagged posts.
       "lat": 3.14, # Location's latitude.
       "lng": 3.14, # Location's longitude.
@@ -882,6 +898,7 @@
       ],
       "selfLink": "A String", # The URL of the comments on this post.
     },
+    "readerComments": "A String", # Comment control and display setting for readers of this post.
     "labels": [ # The list of labels this Post was tagged with.
       "A String",
     ],
@@ -891,6 +908,7 @@
       "id": "A String", # The identifier of the Blog that contains this Post.
     },
     "url": "A String", # The URL where this Post is displayed.
+    "etag": "A String", # Etag of the resource.
     "location": { # The location for geotagged posts.
       "lat": 3.14, # Location's latitude.
       "lng": 3.14, # Location's longitude.
@@ -973,6 +991,7 @@
           ],
           "selfLink": "A String", # The URL of the comments on this post.
         },
+        "readerComments": "A String", # Comment control and display setting for readers of this post.
         "labels": [ # The list of labels this Post was tagged with.
           "A String",
         ],
@@ -982,6 +1001,7 @@
           "id": "A String", # The identifier of the Blog that contains this Post.
         },
         "url": "A String", # The URL where this Post is displayed.
+        "etag": "A String", # Etag of the resource.
         "location": { # The location for geotagged posts.
           "lat": 3.14, # Location's latitude.
           "lng": 3.14, # Location's longitude.
@@ -1058,6 +1078,7 @@
     ],
     "selfLink": "A String", # The URL of the comments on this post.
   },
+  "readerComments": "A String", # Comment control and display setting for readers of this post.
   "labels": [ # The list of labels this Post was tagged with.
     "A String",
   ],
@@ -1067,6 +1088,7 @@
     "id": "A String", # The identifier of the Blog that contains this Post.
   },
   "url": "A String", # The URL where this Post is displayed.
+  "etag": "A String", # Etag of the resource.
   "location": { # The location for geotagged posts.
     "lat": 3.14, # Location's latitude.
     "lng": 3.14, # Location's longitude.
@@ -1138,6 +1160,7 @@
       ],
       "selfLink": "A String", # The URL of the comments on this post.
     },
+    "readerComments": "A String", # Comment control and display setting for readers of this post.
     "labels": [ # The list of labels this Post was tagged with.
       "A String",
     ],
@@ -1147,6 +1170,7 @@
       "id": "A String", # The identifier of the Blog that contains this Post.
     },
     "url": "A String", # The URL where this Post is displayed.
+    "etag": "A String", # Etag of the resource.
     "location": { # The location for geotagged posts.
       "lat": 3.14, # Location's latitude.
       "lng": 3.14, # Location's longitude.