Skip to content

Commit cf622ec

Browse files
committed
CLOUDSTACK-8793: fix missing doc when projectid was added
Also see 110f66f and #879
1 parent ac1fd45 commit cf622ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/src/org/apache/cloudstack/api/command/user/vpn/CreateVpnCustomerGatewayCmd.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public class CreateVpnCustomerGatewayCmd extends BaseAsyncCmd {
8989
private Long domainId;
9090

9191
@Parameter(name = ApiConstants.PROJECT_ID, type = CommandType.UUID, entityType = ProjectResponse.class,
92-
description = "create site-to-site VPN customer gateway for the project")
92+
description = "create site-to-site VPN customer gateway for the project", since = "4.6")
9393
private Long projectId;
9494

9595
/////////////////////////////////////////////////////

0 commit comments

Comments
 (0)