Update docs for 1.4.0 release
diff --git a/docs/dyn/oauth2_v2.userinfo.v2.me.html b/docs/dyn/oauth2_v2.userinfo.v2.me.html
index 2a1418f..5faa679 100644
--- a/docs/dyn/oauth2_v2.userinfo.v2.me.html
+++ b/docs/dyn/oauth2_v2.userinfo.v2.me.html
@@ -96,7 +96,7 @@
     "email": "A String", # The user's email address.
     "link": "A String", # URL of the profile page.
     "given_name": "A String", # The user's first name.
-    "id": "A String", # The focus obfuscated gaia id of the user.
+    "id": "A String", # The obfuscated ID of the user.
     "hd": "A String", # The hosted domain e.g. example.com if the user is Google apps user.
     "verified_email": true, # Boolean flag which is true if the email address is verified. Always verified because we only return the user's primary email address.
   }</pre>