docs: update docs (#916)

* fix: re-run script

* test: fix noxfile
diff --git a/docs/dyn/osconfig_v1.projects.patchJobs.instanceDetails.html b/docs/dyn/osconfig_v1.projects.patchJobs.instanceDetails.html
index 433d974..3d6219a 100644
--- a/docs/dyn/osconfig_v1.projects.patchJobs.instanceDetails.html
+++ b/docs/dyn/osconfig_v1.projects.patchJobs.instanceDetails.html
@@ -102,7 +102,6 @@
   An object of the form:
 
     { # A response message for listing the instances details for a patch job.
-    "nextPageToken": "A String", # A pagination token that can be used to get the next page of results.
     "patchJobInstanceDetails": [ # A list of instance status.
       { # Patch details for a VM instance. For more information about reviewing VM
           # instance details, see
@@ -116,6 +115,7 @@
         "failureReason": "A String", # If the patch fails, this field provides the reason.
       },
     ],
+    "nextPageToken": "A String", # A pagination token that can be used to get the next page of results.
   }</pre>
 </div>