Skip to content

Commit

Permalink
Update api/src/main/java/org/apache/cloudstack/api/command/admin/mana…
Browse files Browse the repository at this point in the history
…gement/ListMgmtsCmd.java
  • Loading branch information
weizhouapache authored Nov 4, 2024
1 parent 861da3b commit ca8a951
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public class ListMgmtsCmd extends BaseListCmd {

@Parameter(name = ApiConstants.PEERS, type = CommandType.BOOLEAN,
description = "Whether to return the management server peers or not. By default, the management server peers will not be returned.",
since = "4.20.0.0")
since = "4.20.1.0")
private Boolean peers;

/////////////////////////////////////////////////////
Expand Down

0 comments on commit ca8a951

Please sign in to comment.