fix: unscheduling a recipe should not delete them (#8978)
Signed-off-by: Angie Jones <jones.angie@gmail.com>
This commit is contained in:
@@ -3767,7 +3767,7 @@ export type DeleteScheduleErrors = {
|
||||
|
||||
export type DeleteScheduleResponses = {
|
||||
/**
|
||||
* Scheduled job deleted successfully
|
||||
* Scheduled job removed successfully
|
||||
*/
|
||||
204: void;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user