imported patch docs
diff --git a/docs/dyn/oauth2.v2.userinfo.html b/docs/dyn/oauth2.v2.userinfo.html
index a6bd5d5..696d0d3 100644
--- a/docs/dyn/oauth2.v2.userinfo.html
+++ b/docs/dyn/oauth2.v2.userinfo.html
@@ -17,23 +17,27 @@
<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>A description of how to use this function<br>
<br>
Args:<br>
+ pp: string, A parameter<br>
+ trace: string, A parameter<br>
+ strict: string, A parameter<br>
+ userip: string, A parameter<br>
<br>
Returns:<br>
An object of the form<br>
<br>
{<br>
- "family_name": "A String",<br>
- "name": "A String",<br>
- "picture": "A String",<br>
- "locale": "A String",<br>
- "gender": "A String",<br>
- "email": "A String",<br>
- "birthday": "A String",<br>
- "link": "A String",<br>
- "given_name": "A String",<br>
- "timezone": "A String",<br>
- "id": "A String",<br>
- "verified_email": True or False,<br>
+ "family_name": "A String", # The user's last name.<br>
+ "name": "A String", # The user's full name.<br>
+ "picture": "A String", # URL of the user's picture image.<br>
+ "locale": "A String", # The user's default locale.<br>
+ "gender": "A String", # The user's gender.<br>
+ "email": "A String", # The user's email address.<br>
+ "birthday": "A String", # The user's birthday. The year is not present.<br>
+ "link": "A String", # URL of the profile page.<br>
+ "given_name": "A String", # The user's first name.<br>
+ "timezone": "A String", # The user's default timezone.<br>
+ "id": "A String", # The focus obfuscated gaia id of the user.<br>
+ "verified_email": True or False, # Boolean flag which is true if the email address is verified.<br>
}</tt></dd></dl>
<dl><dt><a name="Resource-v2"><strong><a href="oauth2.v2.userinfo.v2.html">v2</a></strong></a> = methodResource(self)</dt><dd><tt>A collection resource.</tt></dd></dl>