Updated generated docs
diff --git a/docs/dyn/moderator.v1.submissions.html b/docs/dyn/moderator.v1.submissions.html
index 6fd13c1..7e06227 100644
--- a/docs/dyn/moderator.v1.submissions.html
+++ b/docs/dyn/moderator.v1.submissions.html
@@ -20,7 +20,59 @@
lang: string, The language code for the language the client prefers resuls in.<br>
seriesId: integer, The decimal ID of the Series. (required)<br>
includeVotes: boolean, Specifies whether to include the current user's vote<br>
- submissionId: integer, The decimal ID of the Submission within the Series. (required)</tt></dd></dl>
+ submissionId: integer, The decimal ID of the Submission within the Series. (required)<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-insert"><strong>insert</strong></a> = method(self, **kwargs)</dt><dd><tt>Inserts a new submission in the specified topic within the specified series.<br>
<br>
@@ -29,7 +81,110 @@
topicId: integer, The decimal ID of the Topic within the Series. (required)<br>
unauthToken: string, User identifier for unauthenticated usage mode<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>
<hr>
Data descriptors defined here:<br>