Update docs.
diff --git a/docs/dyn/games_v1.applications.html b/docs/dyn/games_v1.applications.html
index 5ae1305..d979a7d 100644
--- a/docs/dyn/games_v1.applications.html
+++ b/docs/dyn/games_v1.applications.html
@@ -144,7 +144,6 @@
     ],
     "achievement_count": 42, # The number of achievements visible to the currently authenticated player.
     "leaderboard_count": 42, # The number of leaderboards visible to the currently authenticated player.
-    "id": "A String", # The ID of the application.
     "assets": [ # The assets of the application.
       { # This is a JSON template for an image asset object.
         "url": "A String", # The URL of the asset.
@@ -154,6 +153,12 @@
         "height": 42, # The height of the asset.
       },
     ],
+    "id": "A String", # The ID of the application.
+    "enabledFeatures": [ # A list of features that have been enabled for the application.
+        # Possible values are:
+        # - "SNAPSHOTS" - Snapshots has been enabled
+      "A String",
+    ],
   }</pre>
 </div>