Copilot commented on code in PR #14078:
URL: https://github.com/apache/cloudstack/pull/14078#discussion_r3955364426
##########
api/src/main/java/org/apache/cloudstack/api/command/user/backup/ListBackupsCmd.java:
##########
@@ -97,7 +97,7 @@ public class ListBackupsCmd extends
BaseListProjectAndAccountResourcesCmd {
@Parameter(name = ApiConstants.TYPE,
type = CommandType.STRING,
- since = "4.24.0",
+ since = "24.0",
description = "list backups by type")
Review Comment:
The PR title/description says it fixes an incorrect "24.0" version marker,
but this change sets the parameter's `since` to "24.0". This also breaks the
established CloudStack version format used throughout the API commands (e.g.,
"4.23.0", "4.21.0" in this same file), which affects generated API docs and
version tracking.
--
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]