CLOUDSTACK-8793: fix missing doc when projectid was added

Also see 110f66ff13 and https://github.com/apache/cloudstack/pull/879
This commit is contained in:
Rene Moser 2017-04-26 16:09:03 +02:00
parent ac1fd45580
commit cf622eca1a
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;
/////////////////////////////////////////////////////