Regenerate documentation
diff --git a/docs/dyn/moderator.v1.votes.html b/docs/dyn/moderator.v1.votes.html
index ce70da7..aa7c148 100644
--- a/docs/dyn/moderator.v1.votes.html
+++ b/docs/dyn/moderator.v1.votes.html
@@ -35,6 +35,14 @@
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-patch"><strong>patch</strong></a> = method(self, **kwargs)</dt><dd><tt>Updates the votes by the authenticated user for the specified submission within the specified series. This method supports patch semantics.<br>
+ <br>
+Args:<br>
+ seriesId: integer, The decimal ID of the Series. (required)<br>
+ body: object, The request body. (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-update"><strong>update</strong></a> = method(self, **kwargs)</dt><dd><tt>Updates the votes by the authenticated user for the specified submission within the specified series.<br>
<br>
Args:<br>