You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updating jobs is now done through a simple PATCH /jobs/:id call, rather than a distinct /jobs/statusUpdate/:id as in the past. However the jobConfig still includes statusUpdate
Expected Behaviour
Rename statusUpdate to just update consistently.
StatusUpdateJobDto -> UpdateJobDto
JobConfig.statusUpdate -> JobConfig.update
etc.
The text was updated successfully, but these errors were encountered:
Rename
statusUpdate
in jobconfig to justupdate
Current Behaviour
Updating jobs is now done through a simple
PATCH /jobs/:id
call, rather than a distinct/jobs/statusUpdate/:id
as in the past. However the jobConfig still includesstatusUpdate
Expected Behaviour
Rename
statusUpdate
to justupdate
consistently.etc.
The text was updated successfully, but these errors were encountered: