docs: update docs (#916)

* fix: re-run script

* test: fix noxfile
diff --git a/docs/dyn/classroom_v1.userProfiles.guardians.html b/docs/dyn/classroom_v1.userProfiles.guardians.html
index ce9a94d..d74cfcf 100644
--- a/docs/dyn/classroom_v1.userProfiles.guardians.html
+++ b/docs/dyn/classroom_v1.userProfiles.guardians.html
@@ -269,6 +269,8 @@
   An object of the form:
 
     { # Response when listing guardians.
+    "nextPageToken": "A String", # Token identifying the next page of results to return. If empty, no further
+        # results are available.
     "guardians": [ # Guardians on this page of results that met the criteria specified in
         # the request.
       { # Association between a student and a guardian of that student. The guardian
@@ -316,8 +318,6 @@
             # This field is only visible to domain administrators.
       },
     ],
-    "nextPageToken": "A String", # Token identifying the next page of results to return. If empty, no further
-        # results are available.
   }</pre>
 </div>