Skip to content

Commit 54cc6f8

Browse files
fix regression in the listBackupSchedules API
1 parent 04875f1 commit 54cc6f8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

api/src/main/java/org/apache/cloudstack/api/command/user/backup/ListBackupScheduleCmd.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ public class ListBackupScheduleCmd extends BaseListProjectAndAccountResourcesCmd
5959
@Parameter(name = ApiConstants.VIRTUAL_MACHINE_ID,
6060
type = CommandType.UUID,
6161
entityType = UserVmResponse.class,
62-
required = true,
6362
description = "ID of the Instance")
6463
private Long vmId;
6564

0 commit comments

Comments
 (0)