Refreshed docs, now with repeated params
diff --git a/docs/dyn/moderator.v1.responses.html b/docs/dyn/moderator.v1.responses.html
index 1811b8e..25eb8f7 100644
--- a/docs/dyn/moderator.v1.responses.html
+++ b/docs/dyn/moderator.v1.responses.html
@@ -17,23 +17,23 @@
<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>
- parentSubmissionId: The decimal ID of the parent Submission within the Series. (required)<br>
- body: The request body.<br>
- anonymous: Set to true to mark the new submission as anonymous.<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>
+ body: object, The request body.<br>
+ topicId: integer, The decimal ID of the Topic within the Series. (required)<br>
+ parentSubmissionId: integer, The decimal ID of the parent Submission within the Series. (required)<br>
+ anonymous: boolean, Set to true to mark the new submission as anonymous.</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>
- sort: Sort order.<br>
- seriesId: The decimal ID of the Series. (required)<br>
- author: Restricts the results to submissions by a specific author.<br>
- submissionId: The decimal ID of the Submission within the Series. (required)<br>
- q: Search query.<br>
- max_results: Maximum number of results to return.<br>
- hasAttachedVideo: Specifies whether to restrict to submissions that have videos attached.<br>
- start_index: Index of the first result to be retrieved.</tt></dd></dl>
+ sort: string, Sort order.<br>
+ seriesId: integer, The decimal ID of the Series. (required)<br>
+ author: string, Restricts the results to submissions by a specific author.<br>
+ submissionId: integer, The decimal ID of the Submission within the Series. (required)<br>
+ 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>
<hr>
Data descriptors defined here:<br>