Update docs.
diff --git a/docs/dyn/games_v1.achievements.html b/docs/dyn/games_v1.achievements.html
index d42895a..15092bf 100644
--- a/docs/dyn/games_v1.achievements.html
+++ b/docs/dyn/games_v1.achievements.html
@@ -146,6 +146,7 @@
         "kind": "games#playerAchievement", # Uniquely identifies the type of this resource. Value is always the fixed string games#playerAchievement.
         "lastUpdatedTimestamp": "A String", # The timestamp of the last modification to this achievement's state.
         "currentSteps": 42, # The current steps for an incremental achievement.
+        "experiencePoints": "A String", # Experience points earned for the achievement. This field is absent for achievements that have not yet been unlocked and 0 for achievements that have been unlocked by testers but that are unpublished.
         "formattedCurrentStepsString": "A String", # The current steps for an incremental achievement as a string.
         "id": "A String", # The ID of the achievement.
       },