Updated generated docs
diff --git a/docs/dyn/moderator.v1.profiles.html b/docs/dyn/moderator.v1.profiles.html
index 0273442..b3a21da 100644
--- a/docs/dyn/moderator.v1.profiles.html
+++ b/docs/dyn/moderator.v1.profiles.html
@@ -16,17 +16,115 @@
<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Returns the profile information for the authenticated user.<br>
<br>
-Args:</tt></dd></dl>
+Args:<br>
+ <br>
+Returns:<br>
+ An object of the form<br>
+ <br>
+ {<br>
+ "kind": "moderator#profile",<br>
+ "attribution": {<br>
+ "geo": {<br>
+ "latitude": 3.140000,<br>
+ "location": "A String",<br>
+ "longitude": 3.140000,<br>
+ },<br>
+ "displayName": "A String",<br>
+ "location": "A String",<br>
+ "avatarUrl": "A String",<br>
+ },<br>
+ "id": {<br>
+ "user": "A String",<br>
+ },<br>
+ }</tt></dd></dl>
<dl><dt><a name="Resource-patch"><strong>patch</strong></a> = method(self, **kwargs)</dt><dd><tt>Updates the profile information for the authenticated user. This method supports patch semantics.<br>
<br>
Args:<br>
- body: object, The request body. (required)</tt></dd></dl>
+ body: object, The request body. (required)<br>
+ The object takes the form of:<br>
+ <br>
+{<br>
+ "kind": "moderator#profile",<br>
+ "attribution": {<br>
+ "geo": {<br>
+ "latitude": 3.140000,<br>
+ "location": "A String",<br>
+ "longitude": 3.140000,<br>
+ },<br>
+ "displayName": "A String",<br>
+ "location": "A String",<br>
+ "avatarUrl": "A String",<br>
+ },<br>
+ "id": {<br>
+ "user": "A String",<br>
+ },<br>
+ }<br>
+ <br>
+ <br>
+Returns:<br>
+ An object of the form<br>
+ <br>
+ {<br>
+ "kind": "moderator#profile",<br>
+ "attribution": {<br>
+ "geo": {<br>
+ "latitude": 3.140000,<br>
+ "location": "A String",<br>
+ "longitude": 3.140000,<br>
+ },<br>
+ "displayName": "A String",<br>
+ "location": "A String",<br>
+ "avatarUrl": "A String",<br>
+ },<br>
+ "id": {<br>
+ "user": "A String",<br>
+ },<br>
+ }</tt></dd></dl>
<dl><dt><a name="Resource-update"><strong>update</strong></a> = method(self, **kwargs)</dt><dd><tt>Updates the profile information for the authenticated user.<br>
<br>
Args:<br>
- body: object, The request body. (required)</tt></dd></dl>
+ body: object, The request body. (required)<br>
+ The object takes the form of:<br>
+ <br>
+{<br>
+ "kind": "moderator#profile",<br>
+ "attribution": {<br>
+ "geo": {<br>
+ "latitude": 3.140000,<br>
+ "location": "A String",<br>
+ "longitude": 3.140000,<br>
+ },<br>
+ "displayName": "A String",<br>
+ "location": "A String",<br>
+ "avatarUrl": "A String",<br>
+ },<br>
+ "id": {<br>
+ "user": "A String",<br>
+ },<br>
+ }<br>
+ <br>
+ <br>
+Returns:<br>
+ An object of the form<br>
+ <br>
+ {<br>
+ "kind": "moderator#profile",<br>
+ "attribution": {<br>
+ "geo": {<br>
+ "latitude": 3.140000,<br>
+ "location": "A String",<br>
+ "longitude": 3.140000,<br>
+ },<br>
+ "displayName": "A String",<br>
+ "location": "A String",<br>
+ "avatarUrl": "A String",<br>
+ },<br>
+ "id": {<br>
+ "user": "A String",<br>
+ },<br>
+ }</tt></dd></dl>
<hr>
Data descriptors defined here:<br>