Updates a given task schedule.

Required Permissions
Any authenticated user.

Authentication

AuthorizationBearer

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

Path parameters

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

Request

The model to update the task schedule.
taskIdstringOptionalformat: "uuid"
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
idstring or nullformat: "uuid"
The id of the entity.
createdOndatetime or null
The date this entity was created.
createdBystring or nullformat: "uuid"
The id of the user who created this entity.
updatedOndatetime or null
The date this entity was last modified.
updatedBystring or nullformat: "uuid"
The id of the user who last modified this entity.
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.
startDatedatetime or null
The start date and time of this task schedule.
endDatedatetime or null
The end date and time of this task schedule.
plannedDurationinteger or null
The number of seconds of planned work.

Errors