Updated generated docs
diff --git a/docs/dyn/moderator.v1.series.responses.html b/docs/dyn/moderator.v1.series.responses.html
index 4d2ce0d..14557cb 100644
--- a/docs/dyn/moderator.v1.series.responses.html
+++ b/docs/dyn/moderator.v1.series.responses.html
@@ -23,7 +23,48 @@
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#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>
<hr>
Data descriptors defined here:<br>