soreana commented on code in PR #7876:
URL: https://github.com/apache/cloudstack/pull/7876#discussion_r1298445699
##########
api/src/main/java/org/apache/cloudstack/api/command/user/network/CreateNetworkCmd.java:
##########
@@ -118,7 +118,9 @@ public class CreateNetworkCmd extends BaseCmd implements
UserCmd {
private Long projectId;
@Parameter(name = ApiConstants.DOMAIN_ID, type = CommandType.UUID,
entityType = DomainResponse.class, description = "domain ID of the account
owning a network. " +
- "If no account is provided then network will be assigned to the
caller account and domain")
+ "If the account or acltype is not specified, the network will be
automatically assigned to the caller account and domain. " +
Review Comment:
Done 🙏
##########
api/src/main/java/org/apache/cloudstack/api/command/user/network/CreateNetworkCmd.java:
##########
@@ -118,7 +118,9 @@ public class CreateNetworkCmd extends BaseCmd implements
UserCmd {
private Long projectId;
@Parameter(name = ApiConstants.DOMAIN_ID, type = CommandType.UUID,
entityType = DomainResponse.class, description = "domain ID of the account
owning a network. " +
- "If no account is provided then network will be assigned to the
caller account and domain")
+ "If the account or acltype is not specified, the network will be
automatically assigned to the caller account and domain. " +
Review Comment:
Done 🙏
--
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]