Skip to content

Commit 355ebd3

Browse files
Update api/src/main/java/org/apache/cloudstack/api/command/user/network/ListNetworksCmd.java
1 parent 9eed44a commit 355ebd3

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/network/ListNetworksCmd.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public class ListNetworksCmd extends BaseListRetrieveOnlyResourceCountCmd implem
5353
@Parameter(name = ApiConstants.ID, type = CommandType.UUID, entityType = NetworkResponse.class, description = "list networks by ID")
5454
private Long id;
5555

56-
@Parameter(name = ApiConstants.NAME, type = CommandType.STRING, description = "list networks by name")
56+
@Parameter(name = ApiConstants.NAME, type = CommandType.STRING, description = "list networks by name", since = "4.22.0")
5757
private String name;
5858

5959
@Parameter(name = ApiConstants.ZONE_ID, type = CommandType.UUID, entityType = ZoneResponse.class, description = "the zone ID of the network")

0 commit comments

Comments
 (0)