Skip to content

Commit 945011a

Browse files
Update api/src/main/java/org/apache/cloudstack/api/response/ProjectResponse.java
Co-authored-by: Fabricio Duarte <fabricio.duarte.jr@gmail.com>
1 parent ff29371 commit 945011a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/src/main/java/org/apache/cloudstack/api/response/ProjectResponse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ public class ProjectResponse extends BaseResponse implements ResourceLimitAndCou
189189
private String snapshotAvailable;
190190

191191
@SerializedName(ApiConstants.VM_SNAPSHOT_LIMIT)
192-
@Param(description = "the number of VM snapshots that can be stored by this project")
192+
@Param(description = "the number of Instance Snapshots that can be stored by this Project")
193193
private String vmSnapshotLimit;
194194

195195
@SerializedName(ApiConstants.VM_SNAPSHOT_TOTAL)

0 commit comments

Comments
 (0)