Skip to content

Commit ca8a951

Browse files
Update api/src/main/java/org/apache/cloudstack/api/command/admin/management/ListMgmtsCmd.java
1 parent 861da3b commit ca8a951

File tree

1 file changed

+1
-1
lines changed
  • api/src/main/java/org/apache/cloudstack/api/command/admin/management

1 file changed

+1
-1
lines changed

api/src/main/java/org/apache/cloudstack/api/command/admin/management/ListMgmtsCmd.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public class ListMgmtsCmd extends BaseListCmd {
4242

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

4848
/////////////////////////////////////////////////////

0 commit comments

Comments
 (0)