Refreshed docs, now with repeated params
diff --git a/docs/dyn/moderator.v1.votes.html b/docs/dyn/moderator.v1.votes.html
index a8958a2..168807e 100644
--- a/docs/dyn/moderator.v1.votes.html
+++ b/docs/dyn/moderator.v1.votes.html
@@ -17,31 +17,31 @@
<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>
- userId: A parameter<br>
- submissionId: The decimal ID of the Submission within the Series. (required)</tt></dd></dl>
+ seriesId: integer, The decimal ID of the Series. (required)<br>
+ userId: string, A parameter<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>
- body: The request body.<br>
- submissionId: The decimal ID of the Submission within the Series. (required)</tt></dd></dl>
+ seriesId: integer, The decimal ID of the Series. (required)<br>
+ body: object, The request body.<br>
+ submissionId: integer, The decimal ID of the Submission within the Series. (required)</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>
- seriesId: The decimal ID of the Series. (required)<br>
- max_results: Maximum number of results to return.<br>
- start_index: Index of the first result to be retrieved.</tt></dd></dl>
+ seriesId: integer, The decimal ID of the Series. (required)<br>
+ max_results: integer, Maximum number of results to return.<br>
+ start_index: integer, Index of the first result to be retrieved.</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>
- body: The request body.<br>
- userId: A parameter<br>
- submissionId: The decimal ID of the Submission within the Series. (required)</tt></dd></dl>
+ seriesId: integer, The decimal ID of the Series. (required)<br>
+ body: object, The request body.<br>
+ userId: string, A parameter<br>
+ submissionId: integer, The decimal ID of the Submission within the Series. (required)</tt></dd></dl>
<hr>
Data descriptors defined here:<br>