DaanHoogland commented on issue #7776:
URL: https://github.com/apache/cloudstack/issues/7776#issuecomment-1665138692
so far I see the following for the create network API
```
@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")
private Long domainId;
```
this looks like enough documentation to me. cc @soreana @harikrishna-patnala
@weizhouapache
Are there other places I should look?
--
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]