Update documentation
diff --git a/docs/dyn/games_v1.quests.html b/docs/dyn/games_v1.quests.html
index 60c1ba6..b3e7e43 100644
--- a/docs/dyn/games_v1.quests.html
+++ b/docs/dyn/games_v1.quests.html
@@ -75,22 +75,23 @@
<h1><a href="games_v1.html">Google Play Game Services API</a> . <a href="games_v1.quests.html">quests</a></h1>
<h2>Instance Methods</h2>
<p class="toc_element">
- <code><a href="#accept">accept(questId, language=None)</a></code></p>
+ <code><a href="#accept">accept(questId, language=None, consistencyToken=None)</a></code></p>
<p class="firstline">Indicates that the currently authorized user will participate in the quest.</p>
<p class="toc_element">
- <code><a href="#list">list(playerId, language=None, pageToken=None, maxResults=None)</a></code></p>
+ <code><a href="#list">list(playerId, language=None, pageToken=None, maxResults=None, consistencyToken=None)</a></code></p>
<p class="firstline">Get a list of quests for your application and the currently authenticated player.</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="accept">accept(questId, language=None)</code>
+ <code class="details" id="accept">accept(questId, language=None, consistencyToken=None)</code>
<pre>Indicates that the currently authorized user will participate in the quest.
Args:
questId: string, The ID of the quest. (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:
@@ -159,7 +160,7 @@
</div>
<div class="method">
- <code class="details" id="list">list(playerId, language=None, pageToken=None, maxResults=None)</code>
+ <code class="details" id="list">list(playerId, language=None, pageToken=None, maxResults=None, consistencyToken=None)</code>
<pre>Get a list of quests for your application and the currently authenticated player.
Args:
@@ -167,6 +168,7 @@
language: string, The preferred language to use for strings returned by this method.
pageToken: string, The token returned by the previous request.
maxResults: integer, The maximum number of quest resources to return in the response, used for paging. For any response, the actual number of quest resources returned may be less than the specified maxResults. Acceptable values are 1 to 50, inclusive. (Default: 50).
+ consistencyToken: string, The last-seen mutation timestamp.
Returns:
An object of the form: