Skip to content

Commit 8a8bbd9

Browse files
Update api/src/main/java/org/apache/cloudstack/api/command/user/event/ListEventsCmd.java
1 parent d9766c8 commit 8a8bbd9

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/event/ListEventsCmd.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public class ListEventsCmd extends BaseListProjectAndAccountResourcesCmd {
7373
@Parameter(name = ApiConstants.ARCHIVED, type = CommandType.BOOLEAN, description = "true to list archived events otherwise false", since="4.19.0")
7474
private Boolean archived;
7575

76-
@Parameter(name = ApiConstants.STATE, type = CommandType.STRING, description = "The state of the events", since="4.22.0")
76+
@Parameter(name = ApiConstants.STATE, type = CommandType.STRING, description = "The state of the events", since="4.21.0")
7777
private String state;
7878

7979
/////////////////////////////////////////////////////

0 commit comments

Comments
 (0)