Regen docs (#364)

diff --git a/docs/dyn/drive_v2.replies.html b/docs/dyn/drive_v2.replies.html
index a4a7b63..d820dda 100644
--- a/docs/dyn/drive_v2.replies.html
+++ b/docs/dyn/drive_v2.replies.html
@@ -220,8 +220,8 @@
   An object of the form:
 
     { # A list of replies to a comment on a file in Google Drive.
-    "nextPageToken": "A String", # The token to use to request the next page of results.
-    "items": [ # List of reply.
+    "nextPageToken": "A String", # The page token for the next page of replies. This will be absent if the end of the replies list has been reached. If the token is rejected for any reason, it should be discarded, and pagination should be restarted from the first page of results.
+    "items": [ # The list of replies. If nextPageToken is populated, then this list may be incomplete and an additional page of results should be fetched.
       { # A comment on a file in Google Drive.
         "kind": "drive#commentReply", # This is always drive#commentReply.
         "author": { # Information about a Drive user. # The user who wrote this reply.