Refreshed docs, now with repeated params
diff --git a/docs/dyn/moderator.v1.topics.html b/docs/dyn/moderator.v1.topics.html
index 310ec21..163aec3 100644
--- a/docs/dyn/moderator.v1.topics.html
+++ b/docs/dyn/moderator.v1.topics.html
@@ -17,32 +17,32 @@
<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>A description of how to use this function<br>
<br>
Args:<br>
- seriesId: The decimal ID of the Series. (required)<br>
- topicId: The decimal ID of the Topic within the Series. (required)</tt></dd></dl>
+ 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>
<dl><dt><a name="Resource-insert"><strong>insert</strong></a> = method(self, **kwargs)</dt><dd><tt>A description of how to use this function<br>
<br>
Args:<br>
- seriesId: The decimal ID of the Series. (required)<br>
- body: The request body.</tt></dd></dl>
+ seriesId: integer, The decimal ID of the Series. (required)<br>
+ body: object, The request body.</tt></dd></dl>
<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>A description of how to use this function<br>
<br>
Args:<br>
- q: Search query.<br>
- seriesId: The decimal ID of the Series. (required)<br>
- max_results: Maximum number of results to return.<br>
- mode: A parameter<br>
- start_index: Index of the first result to be retrieved.</tt></dd></dl>
+ seriesId: integer, The decimal ID of the Series. (required)<br>
+ 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>
<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>
<dl><dt><a name="Resource-update"><strong>update</strong></a> = method(self, **kwargs)</dt><dd><tt>A description of how to use this function<br>
<br>
Args:<br>
- seriesId: The decimal ID of the Series. (required)<br>
- topicId: The decimal ID of the Topic within the Series. (required)<br>
- body: The request body.</tt></dd></dl>
+ 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.</tt></dd></dl>
<hr>
Data descriptors defined here:<br>