chore: regens API reference docs (#889)

diff --git a/docs/dyn/blogger_v3.users.html b/docs/dyn/blogger_v3.users.html
index 7c4944e..be1a678 100644
--- a/docs/dyn/blogger_v3.users.html
+++ b/docs/dyn/blogger_v3.users.html
@@ -72,18 +72,22 @@
 
 </style>
 
-<h1><a href="blogger_v3.html">Blogger API</a> . <a href="blogger_v3.users.html">users</a></h1>
+<h1><a href="blogger_v3.html">Blogger API v3</a> . <a href="blogger_v3.users.html">users</a></h1>
 <h2>Instance Methods</h2>
 <p class="toc_element">
-  <code><a href="#get">get(userId)</a></code></p>
-<p class="firstline">Gets one user by ID.</p>
+  <code><a href="#get">get(userId, x__xgafv=None)</a></code></p>
+<p class="firstline">Gets one user by user_id.</p>
 <h3>Method Details</h3>
 <div class="method">
-    <code class="details" id="get">get(userId)</code>
-  <pre>Gets one user by ID.
+    <code class="details" id="get">get(userId, x__xgafv=None)</code>
+  <pre>Gets one user by user_id.
 
 Args:
-  userId: string, The ID of the user to get. (required)
+  userId: string, A parameter (required)
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
 
 Returns:
   An object of the form:
@@ -93,14 +97,14 @@
     "displayName": "A String", # The display name.
     "created": "A String", # The timestamp of when this profile was created, in seconds since epoch.
     "locale": { # This user's locale
-      "country": "A String", # The user's country setting.
-      "variant": "A String", # The user's language variant setting.
-      "language": "A String", # The user's language setting.
+      "country": "A String", # The country this blog's locale is set to.
+      "variant": "A String", # The language variant this blog is authored in.
+      "language": "A String", # The language this blog is authored in.
     },
     "blogs": { # The container of blogs for this user.
       "selfLink": "A String", # The URL of the Blogs for this user.
     },
-    "kind": "blogger#user", # The kind of this entity. Always blogger#user
+    "kind": "A String", # The kind of this entity. Always blogger#user.
     "url": "A String", # The user's profile page.
     "id": "A String", # The identifier for this User.
     "selfLink": "A String", # The API REST URL to fetch this resource from.