Skip to content

Commit fd36bcb

Browse files
committed
add since param
1 parent 88d298f commit fd36bcb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ public class ListBackupScheduleCmd extends BaseListDomainResourcesCmd {
6565
@Parameter(name = ApiConstants.ID,
6666
type = CommandType.UUID,
6767
entityType = BackupScheduleResponse.class,
68-
description = "the ID of the backup schedule")
68+
description = "the ID of the backup schedule",
69+
since = "4.22.0")
6970
private Long id;
7071

7172
/////////////////////////////////////////////////////

0 commit comments

Comments
 (0)