Refreshed docs, now with repeated params
diff --git a/docs/dyn/moderator.v1.series.submissions.html b/docs/dyn/moderator.v1.series.submissions.html
index 0e56ae8..e5006ec 100644
--- a/docs/dyn/moderator.v1.series.submissions.html
+++ b/docs/dyn/moderator.v1.series.submissions.html
@@ -17,14 +17,14 @@
<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>
- lang: The language code for the language the client prefers resuls in.<br>
- seriesId: The decimal ID of the Series. (required)<br>
- author: Restricts the results to submissions by a specific author.<br>
- sort: Sort order.<br>
- max_results: Maximum number of results to return.<br>
- q: Search query.<br>
- start_index: Index of the first result to be retrieved.<br>
- hasAttachedVideo: Specifies whether to restrict to submissions that have videos attached.</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>
+ author: string, Restricts the results to submissions by a specific author.<br>
+ sort: string, Sort order.<br>
+ max_results: integer, Maximum number of results to return.<br>
+ q: string, Search query.<br>
+ start_index: integer, Index of the first result to be retrieved.<br>
+ hasAttachedVideo: boolean, Specifies whether to restrict to submissions that have videos attached.</tt></dd></dl>
<hr>
Data descriptors defined here:<br>