Update documentation
diff --git a/docs/dyn/games_v1.players.html b/docs/dyn/games_v1.players.html
index 39e147c..8291dfb 100644
--- a/docs/dyn/games_v1.players.html
+++ b/docs/dyn/games_v1.players.html
@@ -75,22 +75,23 @@
 <h1><a href="games_v1.html">Google Play Game Services API</a> . <a href="games_v1.players.html">players</a></h1>
 <h2>Instance Methods</h2>
 <p class="toc_element">
-  <code><a href="#get">get(playerId, language=None)</a></code></p>
+  <code><a href="#get">get(playerId, language=None, consistencyToken=None)</a></code></p>
 <p class="firstline">Retrieves the Player resource with the given ID. To retrieve the player for the currently authenticated user, set playerId to me.</p>
 <p class="toc_element">
-  <code><a href="#list">list(collection, pageToken=None, language=None, maxResults=None)</a></code></p>
+  <code><a href="#list">list(collection, pageToken=None, language=None, maxResults=None, consistencyToken=None)</a></code></p>
 <p class="firstline">Get the collection of players for the currently authenticated user.</p>
 <p class="toc_element">
   <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
 <p class="firstline">Retrieves the next page of results.</p>
 <h3>Method Details</h3>
 <div class="method">
-    <code class="details" id="get">get(playerId, language=None)</code>
+    <code class="details" id="get">get(playerId, language=None, consistencyToken=None)</code>
   <pre>Retrieves the Player resource with the given ID. To retrieve the player for the currently authenticated user, set playerId to me.
 
 Args:
   playerId: string, A player ID. A value of me may be used in place of the authenticated player's ID. (required)
   language: string, The preferred language to use for strings returned by this method.
+  consistencyToken: string, The last-seen mutation timestamp.
 
 Returns:
   An object of the form:
@@ -138,7 +139,7 @@
 </div>
 
 <div class="method">
-    <code class="details" id="list">list(collection, pageToken=None, language=None, maxResults=None)</code>
+    <code class="details" id="list">list(collection, pageToken=None, language=None, maxResults=None, consistencyToken=None)</code>
   <pre>Get the collection of players for the currently authenticated user.
 
 Args:
@@ -151,6 +152,7 @@
   pageToken: string, The token returned by the previous request.
   language: string, The preferred language to use for strings returned by this method.
   maxResults: integer, The maximum number of player resources to return in the response, used for paging. For any response, the actual number of player resources returned may be less than the specified maxResults.
+  consistencyToken: string, The last-seen mutation timestamp.
 
 Returns:
   An object of the form: