mirror of https://github.com/apache/cloudstack.git
fix regression in the listBackupSchedules API (#12402)
This commit is contained in:
parent
d50899427a
commit
9b0c28c16d
|
|
@ -59,7 +59,6 @@ public class ListBackupScheduleCmd extends BaseListProjectAndAccountResourcesCmd
|
|||
@Parameter(name = ApiConstants.VIRTUAL_MACHINE_ID,
|
||||
type = CommandType.UUID,
|
||||
entityType = UserVmResponse.class,
|
||||
required = true,
|
||||
description = "ID of the Instance")
|
||||
private Long vmId;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue