Skip to content

Commit ce3e531

Browse files
authored
Merge branch '4.20' into 4.20-fiberchannel-patches
2 parents 4fb4f1b + 432a306 commit ce3e531

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

api/src/main/java/org/apache/cloudstack/api/command/user/backup/CreateBackupScheduleCmd.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
import org.apache.cloudstack.api.BaseCmd;
2727
import org.apache.cloudstack.api.Parameter;
2828
import org.apache.cloudstack.api.ServerApiException;
29-
import org.apache.cloudstack.api.response.BackupResponse;
3029
import org.apache.cloudstack.api.response.BackupScheduleResponse;
3130
import org.apache.cloudstack.api.response.UserVmResponse;
3231
import org.apache.cloudstack.backup.BackupManager;
@@ -38,7 +37,7 @@
3837

3938
@APICommand(name = "createBackupSchedule",
4039
description = "Creates a User-defined Instance backup schedule",
41-
responseObject = BackupResponse.class, since = "4.14.0",
40+
responseObject = BackupScheduleResponse.class, since = "4.14.0",
4241
authorized = {RoleType.Admin, RoleType.ResourceAdmin, RoleType.DomainAdmin, RoleType.User})
4342
public class CreateBackupScheduleCmd extends BaseCmd {
4443

0 commit comments

Comments
 (0)