mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
CLOUDSTACK-507 removing private key from expected response section in API docs
This commit is contained in:
parent
d1e49a0500
commit
1ed2f4bf04
@ -28,7 +28,6 @@ public class SSHKeyPairResponse extends BaseResponse {
|
||||
@SerializedName("fingerprint") @Param(description="Fingerprint of the public key")
|
||||
private String fingerprint;
|
||||
|
||||
@SerializedName("privatekey") @Param(description="Private key")
|
||||
private String privateKey;
|
||||
|
||||
public SSHKeyPairResponse() {}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user