Skip to content

Commit 6d5cefd

Browse files
authored
add since parameter to BackupScheduleResponse (#11265)
1 parent d63899f commit 6d5cefd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
@EntityReference(value = BackupSchedule.class)
3030
public class BackupScheduleResponse extends BaseResponse {
3131
@SerializedName(ApiConstants.ID)
32-
@Param(description = "ID of the backup schedule.")
32+
@Param(description = "ID of the backup schedule.", since = "4.21.0")
3333
private String id;
3434

3535
@SerializedName(ApiConstants.VIRTUAL_MACHINE_NAME)

0 commit comments

Comments
 (0)