We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d508994 commit 9b0c28cCopy full SHA for 9b0c28c
1 file changed
api/src/main/java/org/apache/cloudstack/api/command/user/backup/ListBackupScheduleCmd.java
@@ -59,7 +59,6 @@ public class ListBackupScheduleCmd extends BaseListProjectAndAccountResourcesCmd
59
@Parameter(name = ApiConstants.VIRTUAL_MACHINE_ID,
60
type = CommandType.UUID,
61
entityType = UserVmResponse.class,
62
- required = true,
63
description = "ID of the Instance")
64
private Long vmId;
65
0 commit comments