Update docs for 1.3.2 release.
diff --git a/docs/dyn/games_v1.snapshots.html b/docs/dyn/games_v1.snapshots.html
index ab054bd..0d4a346 100644
--- a/docs/dyn/games_v1.snapshots.html
+++ b/docs/dyn/games_v1.snapshots.html
@@ -107,6 +107,7 @@
       "height": 42, # The height of the image.
     },
     "lastModifiedMillis": "A String", # The timestamp (in millis since Unix epoch) of the last modification to this snapshot.
+    "progressValue": "A String", # The progress value (64-bit integer set by developer) associated with this snapshot.
     "driveId": "A String", # The ID of the file underlying this snapshot in the Drive API. Only present if the snapshot is a view on a Drive file and the file is owned by the caller.
     "durationMillis": "A String", # The duration associated with this snapshot, in millis.
     "uniqueName": "A String", # The unique name provided when the snapshot was created.
@@ -145,6 +146,7 @@
           "height": 42, # The height of the image.
         },
         "lastModifiedMillis": "A String", # The timestamp (in millis since Unix epoch) of the last modification to this snapshot.
+        "progressValue": "A String", # The progress value (64-bit integer set by developer) associated with this snapshot.
         "driveId": "A String", # The ID of the file underlying this snapshot in the Drive API. Only present if the snapshot is a view on a Drive file and the file is owned by the caller.
         "durationMillis": "A String", # The duration associated with this snapshot, in millis.
         "uniqueName": "A String", # The unique name provided when the snapshot was created.