Updated docs
diff --git a/docs/dyn/games_v1.applications.html b/docs/dyn/games_v1.applications.html
index d311595..f0bb357 100644
--- a/docs/dyn/games_v1.applications.html
+++ b/docs/dyn/games_v1.applications.html
@@ -80,6 +80,9 @@
<p class="toc_element">
<code><a href="#played">played()</a></code></p>
<p class="firstline">Indicate that the the currently authenticated user is playing your application.</p>
+<p class="toc_element">
+ <code><a href="#verify">verify(applicationId)</a></code></p>
+<p class="firstline">Verifies the auth token provided with this request is for the application with the specified ID, and returns the ID of the player it was granted for.</p>
<h3>Method Details</h3>
<div class="method">
<code class="details" id="get">get(applicationId, language=None, platformType=None)</code>
@@ -171,4 +174,20 @@
</pre>
</div>
+<div class="method">
+ <code class="details" id="verify">verify(applicationId)</code>
+ <pre>Verifies the auth token provided with this request is for the application with the specified ID, and returns the ID of the player it was granted for.
+
+Args:
+ applicationId: string, The application ID from the Google Play developer console. (required)
+
+Returns:
+ An object of the form:
+
+ { # This is a JSON template for a third party application verification response resource.
+ "player_id": "A String", # The ID of the player that was issued the auth token used in this request.
+ "kind": "games#applicationVerifyResponse", # Uniquely identifies the type of this resource. Value is always the fixed string games#applicationVerifyResponse.
+ }</pre>
+</div>
+
</body></html>
\ No newline at end of file