chore: regens API reference docs (#889)

diff --git a/docs/dyn/games_v1.events.html b/docs/dyn/games_v1.events.html
index f5228bd..298553b 100644
--- a/docs/dyn/games_v1.events.html
+++ b/docs/dyn/games_v1.events.html
@@ -87,7 +87,7 @@
   <code><a href="#listDefinitions_next">listDefinitions_next(previous_request, previous_response)</a></code></p>
 <p class="firstline">Retrieves the next page of results.</p>
 <p class="toc_element">
-  <code><a href="#record">record(body, language=None)</a></code></p>
+  <code><a href="#record">record(body=None, language=None)</a></code></p>
 <p class="firstline">Records a batch of changes to the number of times events have occurred for the currently authenticated user of this application.</p>
 <h3>Method Details</h3>
 <div class="method">
@@ -184,11 +184,11 @@
 </div>
 
 <div class="method">
-    <code class="details" id="record">record(body, language=None)</code>
+    <code class="details" id="record">record(body=None, language=None)</code>
   <pre>Records a batch of changes to the number of times events have occurred for the currently authenticated user of this application.
 
 Args:
-  body: object, The request body. (required)
+  body: object, The request body.
     The object takes the form of:
 
 { # This is a JSON template for an event period update resource.