docs: update docs (#916)

* fix: re-run script

* test: fix noxfile
diff --git a/docs/dyn/firebasehosting_v1beta1.projects.sites.versions.files.html b/docs/dyn/firebasehosting_v1beta1.projects.sites.versions.files.html
index 6c0acfa..75e84b8 100644
--- a/docs/dyn/firebasehosting_v1beta1.projects.sites.versions.files.html
+++ b/docs/dyn/firebasehosting_v1beta1.projects.sites.versions.files.html
@@ -103,11 +103,11 @@
     {
     "files": [ # The list path/hashes in the specified version.
       { # A static content file that is part of a version.
-        "hash": "A String", # The SHA256 content hash of the file.
         "path": "A String", # The URI at which the file's content should display.
         "status": "A String", # Output only. The current status of a particular file in the specified
             # version.
             # <br>The value will be either `pending upload` or `uploaded`.
+        "hash": "A String", # The SHA256 content hash of the file.
       },
     ],
     "nextPageToken": "A String", # The pagination token, if more results exist.