chore: update docs/dyn (#1106)
diff --git a/docs/dyn/firebasehosting_v1beta1.projects.sites.versions.files.html b/docs/dyn/firebasehosting_v1beta1.projects.sites.versions.files.html
index abf854b..359591d 100644
--- a/docs/dyn/firebasehosting_v1beta1.projects.sites.versions.files.html
+++ b/docs/dyn/firebasehosting_v1beta1.projects.sites.versions.files.html
@@ -111,14 +111,14 @@
An object of the form:
{
- "nextPageToken": "A String", # The pagination token, if more results exist.
"files": [ # The list path/hashes in the specified version.
{ # A static content file that is part of a version.
- "path": "A String", # The URI at which the file's content should display.
"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. The value will be either `pending upload` or `uploaded`.
},
],
+ "nextPageToken": "A String", # The pagination token, if more results exist.
}</pre>
</div>