imported patch docs
diff --git a/docs/dyn/moderator.v1.responses.html b/docs/dyn/moderator.v1.responses.html
index 075a827..2709e12 100644
--- a/docs/dyn/moderator.v1.responses.html
+++ b/docs/dyn/moderator.v1.responses.html
@@ -19,8 +19,9 @@
Args:<br>
seriesId: integer, The decimal ID of the Series. (required)<br>
topicId: integer, The decimal ID of the Topic within the Series. (required)<br>
+ pp: string, A parameter<br>
unauthToken: string, User identifier for unauthenticated usage mode<br>
- parentSubmissionId: integer, The decimal ID of the parent Submission within the Series. (required)<br>
+ strict: string, A parameter<br>
body: object, The request body. (required)<br>
The object takes the form of:<br>
<br>
@@ -73,6 +74,9 @@
},<br>
}<br>
<br>
+ parentSubmissionId: integer, The decimal ID of the parent Submission within the Series. (required)<br>
+ userip: string, A parameter<br>
+ trace: string, A parameter<br>
anonymous: boolean, Set to true to mark the new submission as anonymous.<br>
<br>
Returns:<br>
@@ -132,11 +136,15 @@
Args:<br>
sort: string, Sort order.<br>
seriesId: integer, The decimal ID of the Series. (required)<br>
+ pp: string, A parameter<br>
+ trace: string, A parameter<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>
+ strict: string, A parameter<br>
max_results: integer, Maximum number of results to return.<br>
hasAttachedVideo: boolean, Specifies whether to restrict to submissions that have videos attached.<br>
+ userip: string, A parameter<br>
start_index: integer, Index of the first result to be retrieved.<br>
<br>
Returns:<br>