Skip to main content
PUT
Update a planned task

Authorizations

Authorization
string
header
required

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

Path Parameters

plannedTaskId
string<uuid>
required

Planned task ID

Body

application/json

Planned task object with fields that need to be updated

startTime
string<time>

Start time of the planned task

Example:

"10:00"

endTime
string<time>

End time of the planned task

Example:

"16:00"

Response

200 - application/json

Object

data
object
meta
object