Updated docs
diff --git a/docs/dyn/gamesManagement_v1management.applications.html b/docs/dyn/gamesManagement_v1management.applications.html
index c0f79d5..d8838c2 100644
--- a/docs/dyn/gamesManagement_v1management.applications.html
+++ b/docs/dyn/gamesManagement_v1management.applications.html
@@ -98,6 +98,7 @@
     "items": [ # The players.
       { # This is a JSON template for the HiddenPlayer resource.
         "player": { # This is a JSON template for a Player resource. # The player information.
+          "originalPlayerId": "A String", # The player ID that was used for this player the first time they signed into the game in question. This is only populated for calls to player.get for the requesting player, only if the player ID has subsequently changed, and only to clients that support remapping player IDs.
           "kind": "gamesManagement#player", # Uniquely identifies the type of this resource. Value is always the fixed string gamesManagement#player.
           "displayName": "A String", # The name to display for the player.
           "name": { # An object representation of the individual components of the player's name. For some players, these fields may not be present.
@@ -109,6 +110,7 @@
             "timeMillis": "A String", # The last time the player played the game in milliseconds since the epoch in UTC.
           },
           "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.
           "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.
@@ -124,6 +126,7 @@
               "level": 42, # The level for the user.
             },
           },
+          "bannerUrlLandscape": "A String", # The url to the landscape mode player banner image.
           "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.