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:
Rajani Karuturi 2017-04-27 14:32:11 +05:30 committed by GitHub
commit 8377e2fefb
1 changed files with 1 additions and 1 deletions

View File

@ -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;
/////////////////////////////////////////////////////