Update docs
diff --git a/docs/dyn/gamesManagement_v1management.applications.html b/docs/dyn/gamesManagement_v1management.applications.html
index d8838c2..0c30de9 100644
--- a/docs/dyn/gamesManagement_v1management.applications.html
+++ b/docs/dyn/gamesManagement_v1management.applications.html
@@ -111,7 +111,10 @@
           },
           "playerId": "A String", # The ID of the player.
           "bannerUrlPortrait": "A String", # The url to the portrait mode player banner image.
-          "title": "A String", # The player's title rewarded for their game activities.
+          "profileSettings": { # This is a JSON template for profile settings # The player's profile settings. Controls whether or not the player's profile is visible to other players.
+            "kind": "gamesManagement#profileSettings", # Uniquely identifies the type of this resource. Value is always the fixed string gamesManagement#profileSettings.
+            "profileVisible": True or False, # The player's current profile visibility. This field is visible to both 1P and 3P APIs.
+          },
           "experienceInfo": { # This is a JSON template for 1P/3P metadata about the player's experience. # An object to represent Play Game experience information for the player.
             "lastLevelUpTimestampMillis": "A String", # The timestamp when the player was leveled up, in millis since Unix epoch UTC.
             "currentExperiencePoints": "A String", # The current number of experience points for the player.
@@ -127,6 +130,7 @@
             },
           },
           "bannerUrlLandscape": "A String", # The url to the landscape mode player banner image.
+          "title": "A String", # The player's title rewarded for their game activities.
           "avatarImageUrl": "A String", # The base URL for the image that represents the player.
         },
         "kind": "gamesManagement#hiddenPlayer", # Uniquely identifies the type of this resource. Value is always the fixed string gamesManagement#hiddenPlayer.