Skip to content

Commit e862fd7

Browse files
committed
api: fix response annotation for createBackupSchedule
Currently, `createBackupSchedule` API documentation wrongly specifies BackupResponse as the API response. Signed-off-by: Abhishek Kumar <[email protected]>
1 parent e90e436 commit e862fd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
@APICommand(name = "createBackupSchedule",
4040
description = "Creates a user-defined VM backup schedule",
41-
responseObject = BackupResponse.class, since = "4.14.0",
41+
responseObject = BackupScheduleResponse.class, since = "4.14.0",
4242
authorized = {RoleType.Admin, RoleType.ResourceAdmin, RoleType.DomainAdmin, RoleType.User})
4343
public class CreateBackupScheduleCmd extends BaseCmd {
4444

0 commit comments

Comments
 (0)