Regen docs (#364)

diff --git a/docs/dyn/drive_v3.replies.html b/docs/dyn/drive_v3.replies.html
index 5f925fa..c70344b 100644
--- a/docs/dyn/drive_v3.replies.html
+++ b/docs/dyn/drive_v3.replies.html
@@ -211,9 +211,9 @@
   An object of the form:
 
     { # A list of replies to a comment on a file.
-    "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.
+    "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.
     "kind": "drive#replyList", # Identifies what kind of resource this is. Value: the fixed string "drive#replyList".
-    "replies": [ # The page of replies.
+    "replies": [ # The list of replies. If nextPageToken is populated, then this list may be incomplete and an additional page of results should be fetched.
       { # A reply to a comment on a file.
         "kind": "drive#reply", # Identifies what kind of resource this is. Value: the fixed string "drive#reply".
         "modifiedTime": "A String", # The last time the reply was modified (RFC 3339 date-time).