chore: regens API reference docs (#889)
diff --git a/docs/dyn/games_v1.achievements.html b/docs/dyn/games_v1.achievements.html
index d4f3452..c68d7df 100644
--- a/docs/dyn/games_v1.achievements.html
+++ b/docs/dyn/games_v1.achievements.html
@@ -90,10 +90,10 @@
<code><a href="#setStepsAtLeast">setStepsAtLeast(achievementId, steps)</a></code></p>
<p class="firstline">Sets the steps for the currently authenticated player towards unlocking an achievement. If the steps parameter is less than the current number of steps that the player already gained for the achievement, the achievement is not modified.</p>
<p class="toc_element">
- <code><a href="#unlock">unlock(achievementId, builtinGameId=None)</a></code></p>
+ <code><a href="#unlock">unlock(achievementId)</a></code></p>
<p class="firstline">Unlocks this achievement for the currently authenticated player.</p>
<p class="toc_element">
- <code><a href="#updateMultiple">updateMultiple(body, builtinGameId=None)</a></code></p>
+ <code><a href="#updateMultiple">updateMultiple(body=None)</a></code></p>
<p class="firstline">Updates multiple achievements for the currently authenticated player.</p>
<h3>Method Details</h3>
<div class="method">
@@ -207,12 +207,11 @@
</div>
<div class="method">
- <code class="details" id="unlock">unlock(achievementId, builtinGameId=None)</code>
+ <code class="details" id="unlock">unlock(achievementId)</code>
<pre>Unlocks this achievement for the currently authenticated player.
Args:
achievementId: string, The ID of the achievement used by this method. (required)
- builtinGameId: string, Override used only by built-in games in Play Games application.
Returns:
An object of the form:
@@ -224,11 +223,11 @@
</div>
<div class="method">
- <code class="details" id="updateMultiple">updateMultiple(body, builtinGameId=None)</code>
+ <code class="details" id="updateMultiple">updateMultiple(body=None)</code>
<pre>Updates multiple achievements for the currently authenticated player.
Args:
- body: object, The request body. (required)
+ body: object, The request body.
The object takes the form of:
{ # This is a JSON template for a list of achievement update requests.
@@ -256,13 +255,12 @@
],
}
- builtinGameId: string, Override used only by built-in games in Play Games application.
Returns:
An object of the form:
{ # This is a JSON template for an achievement unlock response.
- "kind": "games#achievementUpdateMultipleResponse", # Uniquely identifies the type of this resource. Value is always the fixed string games#achievementUpdateListResponse.
+ "kind": "games#achievementUpdateMultipleResponse", # Uniquely identifies the type of this resource. Value is always the fixed string games#achievementUpdateMultipleResponse.
"updatedAchievements": [ # The updated state of the achievements.
{ # This is a JSON template for an achievement update response.
"kind": "games#achievementUpdateResponse", # Uniquely identifies the type of this resource. Value is always the fixed string games#achievementUpdateResponse.