Updated generated docs
diff --git a/docs/dyn/moderator.v1.votes.html b/docs/dyn/moderator.v1.votes.html
index 57e4963..0827d74 100644
--- a/docs/dyn/moderator.v1.votes.html
+++ b/docs/dyn/moderator.v1.votes.html
@@ -20,40 +20,146 @@
seriesId: integer, The decimal ID of the Series. (required)<br>
unauthToken: string, User identifier for unauthenticated usage mode<br>
userId: string, A parameter<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>
+ "vote": "A String",<br>
+ "flag": "A String",<br>
+ "id": {<br>
+ "seriesId": "A String",<br>
+ "submissionId": "A String",<br>
+ },<br>
+ "kind": "moderator#vote",<br>
+ }</tt></dd></dl>
<dl><dt><a name="Resource-insert"><strong>insert</strong></a> = method(self, **kwargs)</dt><dd><tt>Inserts a new vote by the authenticated user for the specified submission within the specified series.<br>
<br>
Args:<br>
seriesId: integer, The decimal ID of the Series. (required)<br>
body: object, The request body. (required)<br>
+ The object takes the form of:<br>
+ <br>
+{<br>
+ "vote": "A String",<br>
+ "flag": "A String",<br>
+ "id": {<br>
+ "seriesId": "A String",<br>
+ "submissionId": "A String",<br>
+ },<br>
+ "kind": "moderator#vote",<br>
+ }<br>
+ <br>
unauthToken: string, User identifier for unauthenticated usage mode<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>
+ "vote": "A String",<br>
+ "flag": "A String",<br>
+ "id": {<br>
+ "seriesId": "A String",<br>
+ "submissionId": "A String",<br>
+ },<br>
+ "kind": "moderator#vote",<br>
+ }</tt></dd></dl>
<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Lists the votes by the authenticated user for the given series.<br>
<br>
Args:<br>
seriesId: integer, The decimal ID of the Series. (required)<br>
max_results: integer, Maximum number of results to return.<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>
+ "vote": "A String",<br>
+ "flag": "A String",<br>
+ "id": {<br>
+ "seriesId": "A String",<br>
+ "submissionId": "A String",<br>
+ },<br>
+ "kind": "moderator#vote",<br>
+ },<br>
+ ],<br>
+ "kind": "moderator#voteList",<br>
+ }</tt></dd></dl>
<dl><dt><a name="Resource-patch"><strong>patch</strong></a> = method(self, **kwargs)</dt><dd><tt>Updates the votes by the authenticated user for the specified submission within the specified series. This method supports patch semantics.<br>
<br>
Args:<br>
seriesId: integer, The decimal ID of the Series. (required)<br>
body: object, The request body. (required)<br>
+ The object takes the form of:<br>
+ <br>
+{<br>
+ "vote": "A String",<br>
+ "flag": "A String",<br>
+ "id": {<br>
+ "seriesId": "A String",<br>
+ "submissionId": "A String",<br>
+ },<br>
+ "kind": "moderator#vote",<br>
+ }<br>
+ <br>
unauthToken: string, User identifier for unauthenticated usage mode<br>
userId: string, A parameter<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>
+ "vote": "A String",<br>
+ "flag": "A String",<br>
+ "id": {<br>
+ "seriesId": "A String",<br>
+ "submissionId": "A String",<br>
+ },<br>
+ "kind": "moderator#vote",<br>
+ }</tt></dd></dl>
<dl><dt><a name="Resource-update"><strong>update</strong></a> = method(self, **kwargs)</dt><dd><tt>Updates the votes by the authenticated user for the specified submission within the specified series.<br>
<br>
Args:<br>
seriesId: integer, The decimal ID of the Series. (required)<br>
body: object, The request body. (required)<br>
+ The object takes the form of:<br>
+ <br>
+{<br>
+ "vote": "A String",<br>
+ "flag": "A String",<br>
+ "id": {<br>
+ "seriesId": "A String",<br>
+ "submissionId": "A String",<br>
+ },<br>
+ "kind": "moderator#vote",<br>
+ }<br>
+ <br>
unauthToken: string, User identifier for unauthenticated usage mode<br>
userId: string, A parameter<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>
+ "vote": "A String",<br>
+ "flag": "A String",<br>
+ "id": {<br>
+ "seriesId": "A String",<br>
+ "submissionId": "A String",<br>
+ },<br>
+ "kind": "moderator#vote",<br>
+ }</tt></dd></dl>
<hr>
Data descriptors defined here:<br>