mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-6299: Fixed apidoc info with base64 encoded
This commit is contained in:
parent
8b62b2cb92
commit
af66d0e4f6
|
|
@ -25,7 +25,7 @@ import com.cloud.serializer.Param;
|
|||
public class GetVMPasswordResponse extends BaseResponse {
|
||||
|
||||
@SerializedName("encryptedpassword")
|
||||
@Param(description = "The encrypted password of the VM")
|
||||
@Param(description = "The base64 encoded encrypted password of the VM")
|
||||
private String encryptedPassword;
|
||||
|
||||
public GetVMPasswordResponse() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue