ravening commented on a change in pull request #4617:
URL: https://github.com/apache/cloudstack/pull/4617#discussion_r714614047
##########
File path:
api/src/main/java/org/apache/cloudstack/api/command/user/project/DeleteProjectCmd.java
##########
@@ -48,6 +48,9 @@
@Parameter(name = ApiConstants.ID, type = CommandType.UUID, entityType =
ProjectResponse.class, required = true, description = "id of the project to be
deleted")
private Long id;
+ @Parameter(name = ApiConstants.CLEANUP, type = CommandType.BOOLEAN,
description = "true if all project resources have to be cleaned up, false
otherwise")
Review comment:
added
--
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]