This is an automated email from the ASF dual-hosted git repository.
pearl11594 pushed a commit to branch 4.22
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
The following commit(s) were added to refs/heads/4.22 by this push:
new 9b0c28c16da fix regression in the listBackupSchedules API (#12402)
9b0c28c16da is described below
commit 9b0c28c16daffbfc448d86f8d3e5fbac86dfc6ac
Author: Bernardo De Marco Gonçalves <[email protected]>
AuthorDate: Mon Jan 26 17:00:53 2026 -0300
fix regression in the listBackupSchedules API (#12402)
---
.../apache/cloudstack/api/command/user/backup/ListBackupScheduleCmd.java | 1 -
1 file changed, 1 deletion(-)
diff --git
a/api/src/main/java/org/apache/cloudstack/api/command/user/backup/ListBackupScheduleCmd.java
b/api/src/main/java/org/apache/cloudstack/api/command/user/backup/ListBackupScheduleCmd.java
index eed34637615..17bd06bfdd4 100644
---
a/api/src/main/java/org/apache/cloudstack/api/command/user/backup/ListBackupScheduleCmd.java
+++
b/api/src/main/java/org/apache/cloudstack/api/command/user/backup/ListBackupScheduleCmd.java
@@ -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;