Updated generated docs
diff --git a/docs/dyn/moderator.v1.responses.html b/docs/dyn/moderator.v1.responses.html
index 0c75d09..b95703d 100644
--- a/docs/dyn/moderator.v1.responses.html
+++ b/docs/dyn/moderator.v1.responses.html
@@ -22,7 +22,110 @@
unauthToken: string, User identifier for unauthenticated usage mode<br>
parentSubmissionId: integer, The decimal ID of the parent Submission within the Series. (required)<br>
body: object, The request body. (required)<br>
- anonymous: boolean, Set to true to mark the new submission as anonymous.</tt></dd></dl>
+ The object takes the form of:<br>
+ <br>
+{<br>
+ "kind": "moderator#submission",<br>
+ "attribution": {<br>
+ "displayName": "A String",<br>
+ "location": "A String",<br>
+ "avatarUrl": "A String",<br>
+ },<br>
+ "created": "A String",<br>
+ "text": "A String",<br>
+ "topics": [<br>
+ {<br>
+ "id": {<br>
+ "seriesId": "A String",<br>
+ "topicId": "A String",<br>
+ },<br>
+ },<br>
+ ],<br>
+ "author": "A String",<br>
+ "translations": [<br>
+ {<br>
+ "lang": "A String",<br>
+ "text": "A String",<br>
+ },<br>
+ ],<br>
+ "parentSubmissionId": {<br>
+ "seriesId": "A String",<br>
+ "submissionId": "A String",<br>
+ },<br>
+ "vote": {<br>
+ "vote": "A String",<br>
+ "flag": "A String",<br>
+ },<br>
+ "attachmentUrl": "A String",<br>
+ "geo": {<br>
+ "latitude": 3.140000,<br>
+ "location": "A String",<br>
+ "longitude": 3.140000,<br>
+ },<br>
+ "id": {<br>
+ "seriesId": "A String",<br>
+ "submissionId": "A String",<br>
+ },<br>
+ "counters": {<br>
+ "noneVotes": 42,<br>
+ "minusVotes": 42,<br>
+ "plusVotes": 42,<br>
+ },<br>
+ }<br>
+ <br>
+ anonymous: boolean, Set to true to mark the new submission as anonymous.<br>
+ <br>
+Returns:<br>
+ An object of the form<br>
+ <br>
+ {<br>
+ "kind": "moderator#submission",<br>
+ "attribution": {<br>
+ "displayName": "A String",<br>
+ "location": "A String",<br>
+ "avatarUrl": "A String",<br>
+ },<br>
+ "created": "A String",<br>
+ "text": "A String",<br>
+ "topics": [<br>
+ {<br>
+ "id": {<br>
+ "seriesId": "A String",<br>
+ "topicId": "A String",<br>
+ },<br>
+ },<br>
+ ],<br>
+ "author": "A String",<br>
+ "translations": [<br>
+ {<br>
+ "lang": "A String",<br>
+ "text": "A String",<br>
+ },<br>
+ ],<br>
+ "parentSubmissionId": {<br>
+ "seriesId": "A String",<br>
+ "submissionId": "A String",<br>
+ },<br>
+ "vote": {<br>
+ "vote": "A String",<br>
+ "flag": "A String",<br>
+ },<br>
+ "attachmentUrl": "A String",<br>
+ "geo": {<br>
+ "latitude": 3.140000,<br>
+ "location": "A String",<br>
+ "longitude": 3.140000,<br>
+ },<br>
+ "id": {<br>
+ "seriesId": "A String",<br>
+ "submissionId": "A String",<br>
+ },<br>
+ "counters": {<br>
+ "noneVotes": 42,<br>
+ "minusVotes": 42,<br>
+ "plusVotes": 42,<br>
+ },<br>
+ }</tt></dd></dl>
<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Lists or searches the responses for the specified submission within the specified series and returns the search results.<br>
<br>
@@ -34,7 +137,64 @@
q: string, Search query.<br>
max_results: integer, Maximum number of results to return.<br>
hasAttachedVideo: boolean, Specifies whether to restrict to submissions that have videos attached.<br>
- start_index: integer, Index of the first result to be retrieved.</tt></dd></dl>
+ start_index: integer, Index of the first result to be retrieved.<br>
+ <br>
+Returns:<br>
+ An object of the form<br>
+ <br>
+ {<br>
+ "items": [<br>
+ {<br>
+ "kind": "moderator#submission",<br>
+ "attribution": {<br>
+ "displayName": "A String",<br>
+ "location": "A String",<br>
+ "avatarUrl": "A String",<br>
+ },<br>
+ "created": "A String",<br>
+ "text": "A String",<br>
+ "topics": [<br>
+ {<br>
+ "id": {<br>
+ "seriesId": "A String",<br>
+ "topicId": "A String",<br>
+ },<br>
+ },<br>
+ ],<br>
+ "author": "A String",<br>
+ "translations": [<br>
+ {<br>
+ "lang": "A String",<br>
+ "text": "A String",<br>
+ },<br>
+ ],<br>
+ "parentSubmissionId": {<br>
+ "seriesId": "A String",<br>
+ "submissionId": "A String",<br>
+ },<br>
+ "vote": {<br>
+ "vote": "A String",<br>
+ "flag": "A String",<br>
+ },<br>
+ "attachmentUrl": "A String",<br>
+ "geo": {<br>
+ "latitude": 3.140000,<br>
+ "location": "A String",<br>
+ "longitude": 3.140000,<br>
+ },<br>
+ "id": {<br>
+ "seriesId": "A String",<br>
+ "submissionId": "A String",<br>
+ },<br>
+ "counters": {<br>
+ "noneVotes": 42,<br>
+ "minusVotes": 42,<br>
+ "plusVotes": 42,<br>
+ },<br>
+ },<br>
+ ],<br>
+ "kind": "moderator#submissionList",<br>
+ }</tt></dd></dl>
<hr>
Data descriptors defined here:<br>