Copilot commented on code in PR #14078:
URL: https://github.com/apache/cloudstack/pull/14078#discussion_r3957651420
##########
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",
Review Comment:
The `since` field for CloudStack API annotations is typically a full product
version string (e.g., `4.x.y`). Using `\"24.0\"` may be inconsistent with how
API versioning is represented elsewhere and could affect generated API
docs/tooling that assumes the established format. If the intended version is
the CloudStack release version that corresponds to 24.0, consider updating this
to the repository’s canonical version string format used in other commands (or
document why `24.0` is correct for this project’s versioning scheme).
--
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]