chore: update docs/dyn (#1106)
diff --git a/docs/dyn/cloudshell_v1alpha1.users.environments.publicKeys.html b/docs/dyn/cloudshell_v1alpha1.users.environments.publicKeys.html
index 5408a0a..0659bf0 100644
--- a/docs/dyn/cloudshell_v1alpha1.users.environments.publicKeys.html
+++ b/docs/dyn/cloudshell_v1alpha1.users.environments.publicKeys.html
@@ -100,8 +100,8 @@
{ # Request message for CreatePublicKey.
"key": { # A public SSH key, corresponding to a private SSH key held by the client. # Key that should be added to the environment.
- "key": "A String", # Required. Content of this key.
"format": "A String", # Required. Format of this key's content.
+ "key": "A String", # Required. Content of this key.
"name": "A String", # Output only. Full name of this resource, in the format `users/{owner_email}/environments/{environment_id}/publicKeys/{key_id}`. `{owner_email}` is the email address of the user to whom the key belongs. `{environment_id}` is the identifier of the environment to which the key grants access. `{key_id}` is the unique identifier of the key. For example, `users/someone@example.com/environments/default/publicKeys/myKey`.
},
}
@@ -115,8 +115,8 @@
An object of the form:
{ # A public SSH key, corresponding to a private SSH key held by the client.
- "key": "A String", # Required. Content of this key.
"format": "A String", # Required. Format of this key's content.
+ "key": "A String", # Required. Content of this key.
"name": "A String", # Output only. Full name of this resource, in the format `users/{owner_email}/environments/{environment_id}/publicKeys/{key_id}`. `{owner_email}` is the email address of the user to whom the key belongs. `{environment_id}` is the identifier of the environment to which the key grants access. `{key_id}` is the unique identifier of the key. For example, `users/someone@example.com/environments/default/publicKeys/myKey`.
}</pre>
</div>