chore: regens API reference docs (#889)
diff --git a/docs/dyn/gamesManagement_v1management.events.html b/docs/dyn/gamesManagement_v1management.events.html
index 13ed9a2..7415fba 100644
--- a/docs/dyn/gamesManagement_v1management.events.html
+++ b/docs/dyn/gamesManagement_v1management.events.html
@@ -76,23 +76,23 @@
<h2>Instance Methods</h2>
<p class="toc_element">
<code><a href="#reset">reset(eventId)</a></code></p>
-<p class="firstline">Resets all player progress on the event with the given ID for the currently authenticated player. This method is only accessible to whitelisted tester accounts for your application. All quests for this player that use the event will also be reset.</p>
+<p class="firstline">Resets all player progress on the event with the given ID for the currently authenticated player. This method is only accessible to whitelisted tester accounts for your application.</p>
<p class="toc_element">
<code><a href="#resetAll">resetAll()</a></code></p>
-<p class="firstline">Resets all player progress on all events for the currently authenticated player. This method is only accessible to whitelisted tester accounts for your application. All quests for this player will also be reset.</p>
+<p class="firstline">Resets all player progress on all events for the currently authenticated player. This method is only accessible to whitelisted tester accounts for your application.</p>
<p class="toc_element">
<code><a href="#resetAllForAllPlayers">resetAllForAllPlayers()</a></code></p>
-<p class="firstline">Resets all draft events for all players. This method is only available to user accounts for your developer console. All quests that use any of these events will also be reset.</p>
+<p class="firstline">Resets all draft events for all players. This method is only available to user accounts for your developer console.</p>
<p class="toc_element">
<code><a href="#resetForAllPlayers">resetForAllPlayers(eventId)</a></code></p>
-<p class="firstline">Resets the event with the given ID for all players. This method is only available to user accounts for your developer console. Only draft events can be reset. All quests that use the event will also be reset.</p>
+<p class="firstline">Resets the event with the given ID for all players. This method is only available to user accounts for your developer console. Only draft events can be reset.</p>
<p class="toc_element">
- <code><a href="#resetMultipleForAllPlayers">resetMultipleForAllPlayers(body)</a></code></p>
-<p class="firstline">Resets events with the given IDs for all players. This method is only available to user accounts for your developer console. Only draft events may be reset. All quests that use any of the events will also be reset.</p>
+ <code><a href="#resetMultipleForAllPlayers">resetMultipleForAllPlayers(body=None)</a></code></p>
+<p class="firstline">Resets events with the given IDs for all players. This method is only available to user accounts for your developer console. Only draft events may be reset.</p>
<h3>Method Details</h3>
<div class="method">
<code class="details" id="reset">reset(eventId)</code>
- <pre>Resets all player progress on the event with the given ID for the currently authenticated player. This method is only accessible to whitelisted tester accounts for your application. All quests for this player that use the event will also be reset.
+ <pre>Resets all player progress on the event with the given ID for the currently authenticated player. This method is only accessible to whitelisted tester accounts for your application.
Args:
eventId: string, The ID of the event. (required)
@@ -101,7 +101,7 @@
<div class="method">
<code class="details" id="resetAll">resetAll()</code>
- <pre>Resets all player progress on all events for the currently authenticated player. This method is only accessible to whitelisted tester accounts for your application. All quests for this player will also be reset.
+ <pre>Resets all player progress on all events for the currently authenticated player. This method is only accessible to whitelisted tester accounts for your application.
Args:
</pre>
@@ -109,7 +109,7 @@
<div class="method">
<code class="details" id="resetAllForAllPlayers">resetAllForAllPlayers()</code>
- <pre>Resets all draft events for all players. This method is only available to user accounts for your developer console. All quests that use any of these events will also be reset.
+ <pre>Resets all draft events for all players. This method is only available to user accounts for your developer console.
Args:
</pre>
@@ -117,7 +117,7 @@
<div class="method">
<code class="details" id="resetForAllPlayers">resetForAllPlayers(eventId)</code>
- <pre>Resets the event with the given ID for all players. This method is only available to user accounts for your developer console. Only draft events can be reset. All quests that use the event will also be reset.
+ <pre>Resets the event with the given ID for all players. This method is only available to user accounts for your developer console. Only draft events can be reset.
Args:
eventId: string, The ID of the event. (required)
@@ -125,11 +125,11 @@
</div>
<div class="method">
- <code class="details" id="resetMultipleForAllPlayers">resetMultipleForAllPlayers(body)</code>
- <pre>Resets events with the given IDs for all players. This method is only available to user accounts for your developer console. Only draft events may be reset. All quests that use any of the events will also be reset.
+ <code class="details" id="resetMultipleForAllPlayers">resetMultipleForAllPlayers(body=None)</code>
+ <pre>Resets events with the given IDs for all players. This method is only available to user accounts for your developer console. Only draft events may be reset.
Args:
- body: object, The request body. (required)
+ body: object, The request body.
The object takes the form of:
{ # This is a JSON template for multiple events reset all request.