Updates a given task schedule.
Required Permissions
Any authenticated user.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
This endpoint expects an object.
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.