v1

latestOpenAPI 3.1.02026-08-066984441.1 MB
taskSchedules

Updates a given task schedule.

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

put/taskschedules/{taskScheduleId}

Path parameters

taskScheduleIdstring uuid required

The id of the task schedule.

Headers

Authorizationstring required

Bearer authentication

Request body

taskIdstring uuid

The id of the task this task schedule is for.

startDatestring date-time

The start date and time of this task schedule.

endDatestring date-time

The end date and time of this task schedule.

Response

OK

idstring uuid

The id of the entity.

createdOnstring date-time

The date this entity was created.

createdBystring uuid

The id of the user who created this entity.

updatedOnstring date-time

The date this entity was last modified.

updatedBystring uuid

The id of the user who last modified this entity.

userIdstring uuid

The id of the user this task schedule is for.

taskIdstring uuid

The id of the task this task schedule is for.

startDatestring date-time

The start date and time of this task schedule.

endDatestring date-time

The end date and time of this task schedule.

plannedDurationinteger

The number of seconds of planned work.