chore: update docs/dyn (#1162)

This PR was generated using Autosynth. :rainbow:

Synth log will be available here:
https://source.cloud.google.com/results/invocations/b5e48daa-1759-436b-9fe7-ffce1482b520/targets

- [ ] To automatically regenerate this PR, check this box.
diff --git a/docs/dyn/games_v1.achievementDefinitions.html b/docs/dyn/games_v1.achievementDefinitions.html
index cff32ce..0fc4f1b 100644
--- a/docs/dyn/games_v1.achievementDefinitions.html
+++ b/docs/dyn/games_v1.achievementDefinitions.html
@@ -78,7 +78,7 @@
   <code><a href="#close">close()</a></code></p>
 <p class="firstline">Close httplib2 connections.</p>
 <p class="toc_element">
-  <code><a href="#list">list(maxResults=None, pageToken=None, language=None, x__xgafv=None)</a></code></p>
+  <code><a href="#list">list(language=None, maxResults=None, pageToken=None, x__xgafv=None)</a></code></p>
 <p class="firstline">Lists all the achievement definitions for your application.</p>
 <p class="toc_element">
   <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
@@ -90,13 +90,13 @@
 </div>
 
 <div class="method">
-    <code class="details" id="list">list(maxResults=None, pageToken=None, language=None, x__xgafv=None)</code>
+    <code class="details" id="list">list(language=None, maxResults=None, pageToken=None, x__xgafv=None)</code>
   <pre>Lists all the achievement definitions for your application.
 
 Args:
+  language: string, The preferred language to use for strings returned by this method.
   maxResults: integer, The maximum number of achievement resources to return in the response, used for paging. For any response, the actual number of achievement resources returned may be less than the specified `maxResults`.
   pageToken: string, The token returned by the previous request.
-  language: string, The preferred language to use for strings returned by this method.
   x__xgafv: string, V1 error format.
     Allowed values
       1 - v1 error format
@@ -106,26 +106,26 @@
   An object of the form:
 
     { # A list of achievement definition objects.
-    &quot;nextPageToken&quot;: &quot;A String&quot;, # Token corresponding to the next page of results.
-    &quot;items&quot;: [ # The achievement definitions.
-      { # An achievement definition object.
-        &quot;revealedIconUrl&quot;: &quot;A String&quot;, # The image URL for the revealed achievement icon.
-        &quot;description&quot;: &quot;A String&quot;, # The description of the achievement.
-        &quot;formattedTotalSteps&quot;: &quot;A String&quot;, # The total steps for an incremental achievement as a string.
-        &quot;experiencePoints&quot;: &quot;A String&quot;, # Experience points which will be earned when unlocking this achievement.
-        &quot;initialState&quot;: &quot;A String&quot;, # The initial state of the achievement.
-        &quot;totalSteps&quot;: 42, # The total steps for an incremental achievement.
-        &quot;achievementType&quot;: &quot;A String&quot;, # The type of the achievement.
-        &quot;name&quot;: &quot;A String&quot;, # The name of the achievement.
-        &quot;id&quot;: &quot;A String&quot;, # The ID of the achievement.
-        &quot;isUnlockedIconUrlDefault&quot;: True or False, # Indicates whether the unlocked icon image being returned is a default image, or is game-provided.
-        &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `games#achievementDefinition`.
-        &quot;unlockedIconUrl&quot;: &quot;A String&quot;, # The image URL for the unlocked achievement icon.
-        &quot;isRevealedIconUrlDefault&quot;: True or False, # Indicates whether the revealed icon image being returned is a default image, or is provided by the game.
-      },
-    ],
-    &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `games#achievementDefinitionsListResponse`.
-  }</pre>
+  &quot;items&quot;: [ # The achievement definitions.
+    { # An achievement definition object.
+      &quot;achievementType&quot;: &quot;A String&quot;, # The type of the achievement.
+      &quot;description&quot;: &quot;A String&quot;, # The description of the achievement.
+      &quot;experiencePoints&quot;: &quot;A String&quot;, # Experience points which will be earned when unlocking this achievement.
+      &quot;formattedTotalSteps&quot;: &quot;A String&quot;, # The total steps for an incremental achievement as a string.
+      &quot;id&quot;: &quot;A String&quot;, # The ID of the achievement.
+      &quot;initialState&quot;: &quot;A String&quot;, # The initial state of the achievement.
+      &quot;isRevealedIconUrlDefault&quot;: True or False, # Indicates whether the revealed icon image being returned is a default image, or is provided by the game.
+      &quot;isUnlockedIconUrlDefault&quot;: True or False, # Indicates whether the unlocked icon image being returned is a default image, or is game-provided.
+      &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `games#achievementDefinition`.
+      &quot;name&quot;: &quot;A String&quot;, # The name of the achievement.
+      &quot;revealedIconUrl&quot;: &quot;A String&quot;, # The image URL for the revealed achievement icon.
+      &quot;totalSteps&quot;: 42, # The total steps for an incremental achievement.
+      &quot;unlockedIconUrl&quot;: &quot;A String&quot;, # The image URL for the unlocked achievement icon.
+    },
+  ],
+  &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `games#achievementDefinitionsListResponse`.
+  &quot;nextPageToken&quot;: &quot;A String&quot;, # Token corresponding to the next page of results.
+}</pre>
 </div>
 
 <div class="method">