This is an automated email from the ASF dual-hosted git repository. sureshanaparti pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cloudstack.git
The following commit(s) were added to refs/heads/main by this push: new 6d5cefdfe94 add since parameter to BackupScheduleResponse (#11265) 6d5cefdfe94 is described below commit 6d5cefdfe94e5fed5ae9652d00010ef3e0d9c340 Author: dahn <d...@onecht.net> AuthorDate: Wed Jul 23 13:28:45 2025 +0200 add since parameter to BackupScheduleResponse (#11265) --- .../java/org/apache/cloudstack/api/response/BackupScheduleResponse.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/src/main/java/org/apache/cloudstack/api/response/BackupScheduleResponse.java b/api/src/main/java/org/apache/cloudstack/api/response/BackupScheduleResponse.java index 92f1bad5447..9584223563f 100644 --- a/api/src/main/java/org/apache/cloudstack/api/response/BackupScheduleResponse.java +++ b/api/src/main/java/org/apache/cloudstack/api/response/BackupScheduleResponse.java @@ -29,7 +29,7 @@ import com.google.gson.annotations.SerializedName; @EntityReference(value = BackupSchedule.class) public class BackupScheduleResponse extends BaseResponse { @SerializedName(ApiConstants.ID) - @Param(description = "ID of the backup schedule.") + @Param(description = "ID of the backup schedule.", since = "4.21.0") private String id; @SerializedName(ApiConstants.VIRTUAL_MACHINE_NAME)