DaanHoogland commented on a change in pull request #5210:
URL: https://github.com/apache/cloudstack/pull/5210#discussion_r671071192
##########
File path:
api/src/main/java/org/apache/cloudstack/api/response/ProjectResponse.java
##########
@@ -207,6 +208,10 @@
@Param(description = "the total number of virtual machines running for
this project", since = "4.2.0")
private Integer vmRunning;
+ @SerializedName(ApiConstants.CREATED)
+ @Param(description = "the date this project was created")
Review comment:
```suggestion
@Param(description = "the date this project was created", since =
"4.16.0")
```
--
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]