Skip to content

Commit adf302a

Browse files
Update api/src/main/java/org/apache/cloudstack/api/command/user/consoleproxy/ListConsoleSessionsCmd.java
Co-authored-by: Nicolas Vazquez <[email protected]>
1 parent 3e28b99 commit adf302a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/main/java/org/apache/cloudstack/api/command/user/consoleproxy/ListConsoleSessionsCmd.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public class ListConsoleSessionsCmd extends BaseListCmd {
8989
description = "Lists only active console sessions, defaults to true. Active sessions are the ones that have been acquired and have not been removed.")
9090
private boolean activeOnly = true;
9191

92-
@Parameter(name = ApiConstants.IS_RECURSIVE, type = CommandType.BOOLEAN, since = "4.20.0.1-scclouds",
92+
@Parameter(name = ApiConstants.IS_RECURSIVE, type = CommandType.BOOLEAN,
9393
description = "Lists console sessions recursively per domain. If an account ID is informed, only the account's console sessions will be listed. Defaults to false.")
9494
private boolean recursive = false;
9595

0 commit comments

Comments
 (0)