Skip to content

Commit

Permalink
chore(cloudshell): update the api
Browse files Browse the repository at this point in the history
#### cloudshell:v1

The following keys were changed:
- revision (Total Keys: 1)
- schemas.AddPublicKeyRequest.properties.key (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Mar 3, 2021
1 parent 3ee9ab1 commit e107595
Show file tree
Hide file tree
Showing 2 changed files with 650 additions and 650 deletions.
2 changes: 1 addition & 1 deletion docs/dyn/cloudshell_v1.users.environments.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ <h3>Method Details</h3>
The object takes the form of:

{ # Request message for AddPublicKey.
&quot;key&quot;: &quot;A String&quot;, # Key that should be added to the environment. Supported formats are `ssh-dss` (see RFC4253), `ssh-rsa` (see RFC4253), `ecdsa-sha2-nistp256` (see RFC5656), `ecdsa-sha2-nistp384` (see RFC5656) and `ecdsa-sha2-nistp521` (see RFC5656). It should be structured as , where part is encoded with Base64.
&quot;key&quot;: &quot;A String&quot;, # Key that should be added to the environment. Supported formats are `ssh-dss` (see RFC4253), `ssh-rsa` (see RFC4253), `ecdsa-sha2-nistp256` (see RFC5656), `ecdsa-sha2-nistp384` (see RFC5656) and `ecdsa-sha2-nistp521` (see RFC5656). It should be structured as &lt;format&gt; &lt;content&gt;, where &lt;content&gt; part is encoded with Base64.
}

x__xgafv: string, V1 error format.
Expand Down

0 comments on commit e107595

Please sign in to comment.