Update docs.
diff --git a/docs/dyn/blogger_v3.postUserInfos.html b/docs/dyn/blogger_v3.postUserInfos.html
index 7b1d986..f04e821 100644
--- a/docs/dyn/blogger_v3.postUserInfos.html
+++ b/docs/dyn/blogger_v3.postUserInfos.html
@@ -76,7 +76,7 @@
 <h2>Instance Methods</h2>
 <p class="toc_element">
   <code><a href="#get">get(userId, blogId, postId, maxComments=None)</a></code></p>
-<p class="firstline">Gets one post and user info pair, by post id and user id. The post user info contains per-user information about the post, such as access rights, specific to the user.</p>
+<p class="firstline">Gets one post and user info pair, by post ID and user ID. The post user info contains per-user information about the post, such as access rights, specific to the user.</p>
 <p class="toc_element">
   <code><a href="#list">list(userId, blogId, orderBy=None, startDate=None, endDate=None, labels=None, pageToken=None, status=None, maxResults=None, fetchBodies=None, view=None)</a></code></p>
 <p class="firstline">Retrieves a list of post and post user info pairs, possibly filtered. The post user info contains per-user information about the post, such as access rights, specific to the user.</p>
@@ -86,7 +86,7 @@
 <h3>Method Details</h3>
 <div class="method">
     <code class="details" id="get">get(userId, blogId, postId, maxComments=None)</code>
-  <pre>Gets one post and user info pair, by post id and user id. The post user info contains per-user information about the post, such as access rights, specific to the user.
+  <pre>Gets one post and user info pair, by post ID and user ID. The post user info contains per-user information about the post, such as access rights, specific to the user.
 
 Args:
   userId: string, ID of the user for the per-user information to be fetched. Either the word 'self' (sans quote marks) or the user's profile identifier. (required)
@@ -144,6 +144,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",
       ],
@@ -153,6 +154,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.
@@ -260,6 +262,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",
           ],
@@ -269,6 +272,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.