Refreshed docs, now with repeated params
diff --git a/docs/dyn/moderator.v1.submissions.html b/docs/dyn/moderator.v1.submissions.html
index 4ec8524..566294a 100644
--- a/docs/dyn/moderator.v1.submissions.html
+++ b/docs/dyn/moderator.v1.submissions.html
@@ -17,17 +17,17 @@
<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>
- lang: The language code for the language the client prefers resuls in.<br>
- seriesId: The decimal ID of the Series. (required)<br>
- submissionId: The decimal ID of the Submission within the Series. (required)</tt></dd></dl>
+ lang: string, The language code for the language the client prefers resuls in.<br>
+ seriesId: integer, The decimal ID of the Series. (required)<br>
+ submissionId: integer, The decimal ID of the Submission 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>
- topicId: The decimal ID of the Topic within the Series. (required)<br>
- body: The request body.<br>
- anonymous: Set to true to mark the new submission as anonymous.</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.<br>
+ anonymous: boolean, Set to true to mark the new submission as anonymous.</tt></dd></dl>
<hr>
Data descriptors defined here:<br>