Update docs for 1.3.2 release.
diff --git a/docs/dyn/gamesManagement_v1management.players.html b/docs/dyn/gamesManagement_v1management.players.html
index 01976b6..ec82375 100644
--- a/docs/dyn/gamesManagement_v1management.players.html
+++ b/docs/dyn/gamesManagement_v1management.players.html
@@ -86,7 +86,7 @@
   <pre>Hide the given player's leaderboard scores from the given application. This method is only available to user accounts for your developer console.
 
 Args:
-  applicationId: string, The application being requested. (required)
+  applicationId: string, The application ID from the Google Play developer console. (required)
   playerId: string, A player ID. A value of me may be used in place of the authenticated player's ID. (required)
 </pre>
 </div>
@@ -96,7 +96,7 @@
   <pre>Unhide the given player's leaderboard scores from the given application. This method is only available to user accounts for your developer console.
 
 Args:
-  applicationId: string, The application being requested. (required)
+  applicationId: string, The application ID from the Google Play developer console. (required)
   playerId: string, A player ID. A value of me may be used in place of the authenticated player's ID. (required)
 </pre>
 </div>