Updated generated docs
diff --git a/docs/dyn/moderator.v1.series.html b/docs/dyn/moderator.v1.series.html
index 67532b3..c81c7c7 100644
--- a/docs/dyn/moderator.v1.series.html
+++ b/docs/dyn/moderator.v1.series.html
@@ -17,25 +17,244 @@
<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Returns the specified series.<br>
<br>
Args:<br>
- seriesId: integer, The decimal ID of the Series. (required)</tt></dd></dl>
+ seriesId: integer, The decimal ID of the Series. (required)<br>
+ <br>
+Returns:<br>
+ An object of the form<br>
+ <br>
+ {<br>
+ "kind": "moderator#series",<br>
+ "description": "A String",<br>
+ "rules": {<br>
+ "votes": {<br>
+ "close": "A String",<br>
+ "open": "A String",<br>
+ },<br>
+ "submissions": {<br>
+ "close": "A String",<br>
+ "open": "A String",<br>
+ },<br>
+ },<br>
+ "unauthVotingAllowed": True or False,<br>
+ "videoSubmissionAllowed": True or False,<br>
+ "name": "A String",<br>
+ "numTopics": 42,<br>
+ "anonymousSubmissionAllowed": True or False,<br>
+ "unauthSubmissionAllowed": True or False,<br>
+ "id": {<br>
+ "seriesId": "A String",<br>
+ },<br>
+ "counters": {<br>
+ "users": 42,<br>
+ "noneVotes": 42,<br>
+ "videoSubmissions": 42,<br>
+ "minusVotes": 42,<br>
+ "anonymousSubmissions": 42,<br>
+ "submissions": 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 series.<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#series",<br>
+ "description": "A String",<br>
+ "rules": {<br>
+ "votes": {<br>
+ "close": "A String",<br>
+ "open": "A String",<br>
+ },<br>
+ "submissions": {<br>
+ "close": "A String",<br>
+ "open": "A String",<br>
+ },<br>
+ },<br>
+ "unauthVotingAllowed": True or False,<br>
+ "videoSubmissionAllowed": True or False,<br>
+ "name": "A String",<br>
+ "numTopics": 42,<br>
+ "anonymousSubmissionAllowed": True or False,<br>
+ "unauthSubmissionAllowed": True or False,<br>
+ "id": {<br>
+ "seriesId": "A String",<br>
+ },<br>
+ "counters": {<br>
+ "users": 42,<br>
+ "noneVotes": 42,<br>
+ "videoSubmissions": 42,<br>
+ "minusVotes": 42,<br>
+ "anonymousSubmissions": 42,<br>
+ "submissions": 42,<br>
+ "plusVotes": 42,<br>
+ },<br>
+}<br>
+ <br>
+ <br>
+Returns:<br>
+ An object of the form<br>
+ <br>
+ {<br>
+ "kind": "moderator#series",<br>
+ "description": "A String",<br>
+ "rules": {<br>
+ "votes": {<br>
+ "close": "A String",<br>
+ "open": "A String",<br>
+ },<br>
+ "submissions": {<br>
+ "close": "A String",<br>
+ "open": "A String",<br>
+ },<br>
+ },<br>
+ "unauthVotingAllowed": True or False,<br>
+ "videoSubmissionAllowed": True or False,<br>
+ "name": "A String",<br>
+ "numTopics": 42,<br>
+ "anonymousSubmissionAllowed": True or False,<br>
+ "unauthSubmissionAllowed": True or False,<br>
+ "id": {<br>
+ "seriesId": "A String",<br>
+ },<br>
+ "counters": {<br>
+ "users": 42,<br>
+ "noneVotes": 42,<br>
+ "videoSubmissions": 42,<br>
+ "minusVotes": 42,<br>
+ "anonymousSubmissions": 42,<br>
+ "submissions": 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>Searches the series and returns the search results.<br>
<br>
Args:<br>
q: string, Search query.<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>
+ "kind": "moderator#series",<br>
+ "description": "A String",<br>
+ "rules": {<br>
+ "votes": {<br>
+ "close": "A String",<br>
+ "open": "A String",<br>
+ },<br>
+ "submissions": {<br>
+ "close": "A String",<br>
+ "open": "A String",<br>
+ },<br>
+ },<br>
+ "unauthVotingAllowed": True or False,<br>
+ "videoSubmissionAllowed": True or False,<br>
+ "name": "A String",<br>
+ "numTopics": 42,<br>
+ "anonymousSubmissionAllowed": True or False,<br>
+ "unauthSubmissionAllowed": True or False,<br>
+ "id": {<br>
+ "seriesId": "A String",<br>
+ },<br>
+ "counters": {<br>
+ "users": 42,<br>
+ "noneVotes": 42,<br>
+ "videoSubmissions": 42,<br>
+ "minusVotes": 42,<br>
+ "anonymousSubmissions": 42,<br>
+ "submissions": 42,<br>
+ "plusVotes": 42,<br>
+ },<br>
+ },<br>
+ ],<br>
+ "kind": "moderator#seriesList",<br>
+ }</tt></dd></dl>
<dl><dt><a name="Resource-patch"><strong>patch</strong></a> = method(self, **kwargs)</dt><dd><tt>Updates 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)</tt></dd></dl>
+ body: object, The request body. (required)<br>
+ The object takes the form of:<br>
+ <br>
+{<br>
+ "kind": "moderator#series",<br>
+ "description": "A String",<br>
+ "rules": {<br>
+ "votes": {<br>
+ "close": "A String",<br>
+ "open": "A String",<br>
+ },<br>
+ "submissions": {<br>
+ "close": "A String",<br>
+ "open": "A String",<br>
+ },<br>
+ },<br>
+ "unauthVotingAllowed": True or False,<br>
+ "videoSubmissionAllowed": True or False,<br>
+ "name": "A String",<br>
+ "numTopics": 42,<br>
+ "anonymousSubmissionAllowed": True or False,<br>
+ "unauthSubmissionAllowed": True or False,<br>
+ "id": {<br>
+ "seriesId": "A String",<br>
+ },<br>
+ "counters": {<br>
+ "users": 42,<br>
+ "noneVotes": 42,<br>
+ "videoSubmissions": 42,<br>
+ "minusVotes": 42,<br>
+ "anonymousSubmissions": 42,<br>
+ "submissions": 42,<br>
+ "plusVotes": 42,<br>
+ },<br>
+}<br>
+ <br>
+ <br>
+Returns:<br>
+ An object of the form<br>
+ <br>
+ {<br>
+ "kind": "moderator#series",<br>
+ "description": "A String",<br>
+ "rules": {<br>
+ "votes": {<br>
+ "close": "A String",<br>
+ "open": "A String",<br>
+ },<br>
+ "submissions": {<br>
+ "close": "A String",<br>
+ "open": "A String",<br>
+ },<br>
+ },<br>
+ "unauthVotingAllowed": True or False,<br>
+ "videoSubmissionAllowed": True or False,<br>
+ "name": "A String",<br>
+ "numTopics": 42,<br>
+ "anonymousSubmissionAllowed": True or False,<br>
+ "unauthSubmissionAllowed": True or False,<br>
+ "id": {<br>
+ "seriesId": "A String",<br>
+ },<br>
+ "counters": {<br>
+ "users": 42,<br>
+ "noneVotes": 42,<br>
+ "videoSubmissions": 42,<br>
+ "minusVotes": 42,<br>
+ "anonymousSubmissions": 42,<br>
+ "submissions": 42,<br>
+ "plusVotes": 42,<br>
+ },<br>
+ }</tt></dd></dl>
<dl><dt><a name="Resource-responses"><strong><a href="moderator.v1.series.responses.html">responses</a></strong></a> = methodResource(self)</dt><dd><tt>A collection resource.</tt></dd></dl>
@@ -45,7 +264,78 @@
<br>
Args:<br>
seriesId: integer, The decimal ID of the Series. (required)<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#series",<br>
+ "description": "A String",<br>
+ "rules": {<br>
+ "votes": {<br>
+ "close": "A String",<br>
+ "open": "A String",<br>
+ },<br>
+ "submissions": {<br>
+ "close": "A String",<br>
+ "open": "A String",<br>
+ },<br>
+ },<br>
+ "unauthVotingAllowed": True or False,<br>
+ "videoSubmissionAllowed": True or False,<br>
+ "name": "A String",<br>
+ "numTopics": 42,<br>
+ "anonymousSubmissionAllowed": True or False,<br>
+ "unauthSubmissionAllowed": True or False,<br>
+ "id": {<br>
+ "seriesId": "A String",<br>
+ },<br>
+ "counters": {<br>
+ "users": 42,<br>
+ "noneVotes": 42,<br>
+ "videoSubmissions": 42,<br>
+ "minusVotes": 42,<br>
+ "anonymousSubmissions": 42,<br>
+ "submissions": 42,<br>
+ "plusVotes": 42,<br>
+ },<br>
+}<br>
+ <br>
+ <br>
+Returns:<br>
+ An object of the form<br>
+ <br>
+ {<br>
+ "kind": "moderator#series",<br>
+ "description": "A String",<br>
+ "rules": {<br>
+ "votes": {<br>
+ "close": "A String",<br>
+ "open": "A String",<br>
+ },<br>
+ "submissions": {<br>
+ "close": "A String",<br>
+ "open": "A String",<br>
+ },<br>
+ },<br>
+ "unauthVotingAllowed": True or False,<br>
+ "videoSubmissionAllowed": True or False,<br>
+ "name": "A String",<br>
+ "numTopics": 42,<br>
+ "anonymousSubmissionAllowed": True or False,<br>
+ "unauthSubmissionAllowed": True or False,<br>
+ "id": {<br>
+ "seriesId": "A String",<br>
+ },<br>
+ "counters": {<br>
+ "users": 42,<br>
+ "noneVotes": 42,<br>
+ "videoSubmissions": 42,<br>
+ "minusVotes": 42,<br>
+ "anonymousSubmissions": 42,<br>
+ "submissions": 42,<br>
+ "plusVotes": 42,<br>
+ },<br>
+ }</tt></dd></dl>
<hr>
Data descriptors defined here:<br>