Updates a given task schedule.

<Check title="Required Permissions">Any authenticated user.</Check>

Path parameters

taskScheduleIdstringRequiredformat: "uuid"
The id of the task schedule.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

The task schedule data to update a task schedule.
taskIdstringOptionalformat: "uuid"
The id of the task this task schedule is for.
startDatestringOptionalformat: "date-time"
The start date and time of this task schedule.
endDatestringOptionalformat: "date-time"
The end date and time of this task schedule.

Response

OK
idstring or nullformat: "uuid"
createdOnstring or nullformat: "date-time"
createdBystring or nullformat: "uuid"
updatedOnstring or nullformat: "date-time"
updatedBystring or nullformat: "uuid"
userIdstring or nullformat: "uuid"
The id of the user this task schedule is for.
taskIdstring or nullformat: "uuid"
The id of the task this task schedule is for.
startDatestring or nullformat: "date-time"
The start date and time of this task schedule.
endDatestring or nullformat: "date-time"
The end date and time of this task schedule.
plannedDurationinteger or null
The number of seconds of planned work.