bernardodemarco commented on code in PR #13644:
URL: https://github.com/apache/cloudstack/pull/13644#discussion_r3621947663
##########
api/src/main/java/org/apache/cloudstack/api/command/user/backup/ListBackupsCmd.java:
##########
@@ -95,6 +95,12 @@ public class ListBackupsCmd extends
BaseListProjectAndAccountResourcesCmd {
description = "list backups by status")
private String backupStatus;
+ @Parameter(name = ApiConstants.TYPE,
+ type = CommandType.STRING,
+ since = "4.23.0",
+ description = "list backups by type")
+ private String backupType;
Review Comment:
```suggestion
@Parameter(name = ApiConstants.TYPE,
type = CommandType.STRING,
since = "4.24.0",
description = "list backups by type")
private String backupType;
```
@GeanJair, this patch will probably be included only in 4.24, since we are
already releasing RCs for 4.23
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]