Updates a given task schedule.

PUT
Required Permissions: Any authenticated user.

Path parameters

taskScheduleIdstringRequired

The id of the task schedule.

Request

This endpoint expects an object.
taskIdstringOptional

The id of the task this task schedule is for.

startDatedatetimeOptional

The start date and time of this task schedule.

endDatedatetimeOptional

The end date and time of this task schedule.

Response

OK

idstringOptional
createdOndatetimeOptional
createdBystringOptional
updatedOndatetimeOptional
updatedBystringOptional
userIdstringOptional

The id of the user this task schedule is for.

taskIdstringOptional

The id of the task this task schedule is for.

startDatedatetimeOptional

The start date and time of this task schedule.

endDatedatetimeOptional

The end date and time of this task schedule.

plannedDurationintegerOptional

The number of seconds of planned work.