Skip to content

Fix schedule API update silently dropping completed_at#359

Merged
jbrooksuk merged 2 commits into
cachethq:mainfrom
ashwinuae:fix-completedAt-schedule-update
Jun 17, 2026
Merged

Fix schedule API update silently dropping completed_at#359
jbrooksuk merged 2 commits into
cachethq:mainfrom
ashwinuae:fix-completedAt-schedule-update

Conversation

@ashwinuae

Copy link
Copy Markdown
Contributor

UpdateScheduleRequestData was missing the completedAt property (which was present in CreateScheduleRequestData), so the field was silently dropped on a schedule update via the API. This PR fixes it by mirroring it to the create DTO.

Fixes cachethq/cachet#4619

@jbrooksuk jbrooksuk force-pushed the fix-completedAt-schedule-update branch from ef1bf05 to d2c1da3 Compare June 17, 2026 12:32
@jbrooksuk

Copy link
Copy Markdown
Member

Thanks!

@jbrooksuk jbrooksuk merged commit ade916e into cachethq:main Jun 17, 2026
30 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Unable to update the completed_at field for a schedule via the API

2 participants