mirror of https://github.com/apache/cloudstack.git
Merge pull request #2069 from resmo/fix/doc-version-added-CLOUDSTACK-8793
follow-up CLOUDSTACK-8793: fix missing doc when projectid was added
This commit is contained in:
commit
8377e2fefb
|
|
@ -89,7 +89,7 @@ public class CreateVpnCustomerGatewayCmd extends BaseAsyncCmd {
|
|||
private Long domainId;
|
||||
|
||||
@Parameter(name = ApiConstants.PROJECT_ID, type = CommandType.UUID, entityType = ProjectResponse.class,
|
||||
description = "create site-to-site VPN customer gateway for the project")
|
||||
description = "create site-to-site VPN customer gateway for the project", since = "4.6")
|
||||
private Long projectId;
|
||||
|
||||
/////////////////////////////////////////////////////
|
||||
|
|
|
|||
Loading…
Reference in New Issue