Updated generated docs
diff --git a/docs/dyn/moderator.v1.topics.html b/docs/dyn/moderator.v1.topics.html
index f78626b..866d996 100644
--- a/docs/dyn/moderator.v1.topics.html
+++ b/docs/dyn/moderator.v1.topics.html
@@ -18,13 +18,252 @@
<br>
Args:<br>
seriesId: integer, The decimal ID of the Series. (required)<br>
- topicId: integer, The decimal ID of the Topic within the Series. (required)</tt></dd></dl>
+ topicId: integer, The decimal ID of the Topic within the Series. (required)<br>
+ <br>
+Returns:<br>
+ An object of the form<br>
+ <br>
+ {<br>
+ "kind": "moderator#topic",<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>
+ "featuredSubmission": {<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>
+ "presenter": "A String",<br>
+ "counters": {<br>
+ "users": 42,<br>
+ "noneVotes": 42,<br>
+ "videoSubmissions": 42,<br>
+ "minusVotes": 42,<br>
+ "submissions": 42,<br>
+ "plusVotes": 42,<br>
+ },<br>
+ "id": {<br>
+ "seriesId": "A String",<br>
+ "topicId": "A String",<br>
+ },<br>
+ "name": "A String",<br>
+ }</tt></dd></dl>
<dl><dt><a name="Resource-insert"><strong>insert</strong></a> = method(self, **kwargs)</dt><dd><tt>Inserts a new topic into the specified series.<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#topic",<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>
+ "featuredSubmission": {<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>
+ "presenter": "A String",<br>
+ "counters": {<br>
+ "users": 42,<br>
+ "noneVotes": 42,<br>
+ "videoSubmissions": 42,<br>
+ "minusVotes": 42,<br>
+ "submissions": 42,<br>
+ "plusVotes": 42,<br>
+ },<br>
+ "id": {<br>
+ "seriesId": "A String",<br>
+ "topicId": "A String",<br>
+ },<br>
+ "name": "A String",<br>
+ }<br>
+ <br>
+ <br>
+Returns:<br>
+ An object of the form<br>
+ <br>
+ {<br>
+ "kind": "moderator#topic",<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>
+ "featuredSubmission": {<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>
+ "presenter": "A String",<br>
+ "counters": {<br>
+ "users": 42,<br>
+ "noneVotes": 42,<br>
+ "videoSubmissions": 42,<br>
+ "minusVotes": 42,<br>
+ "submissions": 42,<br>
+ "plusVotes": 42,<br>
+ },<br>
+ "id": {<br>
+ "seriesId": "A String",<br>
+ "topicId": "A String",<br>
+ },<br>
+ "name": "A String",<br>
+ }</tt></dd></dl>
<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Searches the topics within the specified series and returns the search results.<br>
<br>
@@ -33,7 +272,92 @@
q: string, Search query.<br>
max_results: integer, Maximum number of results to return.<br>
mode: string, A parameter<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#topic",<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>
+ "featuredSubmission": {<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>
+ "presenter": "A String",<br>
+ "counters": {<br>
+ "users": 42,<br>
+ "noneVotes": 42,<br>
+ "videoSubmissions": 42,<br>
+ "minusVotes": 42,<br>
+ "submissions": 42,<br>
+ "plusVotes": 42,<br>
+ },<br>
+ "id": {<br>
+ "seriesId": "A String",<br>
+ "topicId": "A String",<br>
+ },<br>
+ "name": "A String",<br>
+ },<br>
+ ],<br>
+ "kind": "moderator#topicList",<br>
+ }</tt></dd></dl>
<dl><dt><a name="Resource-submissions"><strong><a href="moderator.v1.topics.submissions.html">submissions</a></strong></a> = methodResource(self)</dt><dd><tt>A collection resource.</tt></dd></dl>
@@ -42,7 +366,166 @@
Args:<br>
seriesId: integer, The decimal ID of the Series. (required)<br>
topicId: integer, The decimal ID of the Topic within 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#topic",<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>
+ "featuredSubmission": {<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>
+ "presenter": "A String",<br>
+ "counters": {<br>
+ "users": 42,<br>
+ "noneVotes": 42,<br>
+ "videoSubmissions": 42,<br>
+ "minusVotes": 42,<br>
+ "submissions": 42,<br>
+ "plusVotes": 42,<br>
+ },<br>
+ "id": {<br>
+ "seriesId": "A String",<br>
+ "topicId": "A String",<br>
+ },<br>
+ "name": "A String",<br>
+ }<br>
+ <br>
+ <br>
+Returns:<br>
+ An object of the form<br>
+ <br>
+ {<br>
+ "kind": "moderator#topic",<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>
+ "featuredSubmission": {<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>
+ "presenter": "A String",<br>
+ "counters": {<br>
+ "users": 42,<br>
+ "noneVotes": 42,<br>
+ "videoSubmissions": 42,<br>
+ "minusVotes": 42,<br>
+ "submissions": 42,<br>
+ "plusVotes": 42,<br>
+ },<br>
+ "id": {<br>
+ "seriesId": "A String",<br>
+ "topicId": "A String",<br>
+ },<br>
+ "name": "A String",<br>
+ }</tt></dd></dl>
<hr>
Data descriptors defined here:<br>