Regen docs (#364)
diff --git a/docs/dyn/drive_v3.revisions.html b/docs/dyn/drive_v3.revisions.html
index 2c86689..932165c 100644
--- a/docs/dyn/drive_v3.revisions.html
+++ b/docs/dyn/drive_v3.revisions.html
@@ -167,9 +167,9 @@
An object of the form:
{ # A list of revisions of a file.
- "nextPageToken": "A String", # The page token for the next page of revisions. This will be absent if the end of the revisions list has been reached.
+ "nextPageToken": "A String", # The page token for the next page of revisions. This will be absent if the end of the revisions 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#revisionList", # Identifies what kind of resource this is. Value: the fixed string "drive#revisionList".
- "revisions": [ # The full list of revisions.
+ "revisions": [ # The list of revisions. If nextPageToken is populated, then this list may be incomplete and an additional page of results should be fetched.
{ # The metadata for a revision to a file.
"mimeType": "A String", # The MIME type of the revision.
"kind": "drive#revision", # Identifies what kind of resource this is. Value: the fixed string "drive#revision".