Updates a given task schedule.
<Check title="Required Permissions">Any authenticated user.</Check>
Path parameters
taskScheduleId
The id of the task schedule.
Headers
Authorization
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Request
The task schedule data to update a task schedule.
taskId
The id of the task this task schedule is for.
startDate
The start date and time of this task schedule.
endDate
The end date and time of this task schedule.
Response
OK
id
createdOn
createdBy
updatedOn
updatedBy
userId
The id of the user this task schedule is for.
taskId
The id of the task this task schedule is for.
startDate
The start date and time of this task schedule.
endDate
The end date and time of this task schedule.
plannedDuration
The number of seconds of planned work.