weizhouapache commented on code in PR #11470:
URL: https://github.com/apache/cloudstack/pull/11470#discussion_r2313271062
##########
api/src/main/java/org/apache/cloudstack/api/command/user/network/ListNetworksCmd.java:
##########
@@ -53,6 +53,9 @@ public class ListNetworksCmd extends
BaseListRetrieveOnlyResourceCountCmd implem
@Parameter(name = ApiConstants.ID, type = CommandType.UUID, entityType =
NetworkResponse.class, description = "list networks by ID")
private Long id;
+ @Parameter(name = ApiConstants.NAME, type = CommandType.STRING,
description = "list networks by name")
Review Comment:
yes, we should add it, thanks @shwstppr
```suggestion
@Parameter(name = ApiConstants.NAME, type = CommandType.STRING,
description = "list networks by name", since = "4.22.0")
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]