Skip to main content
POST
Create a planned task for a project

Authorizations

Authorization
string
header
required

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

Body

application/json

Planned task object that needs to be created

description
string
required

The description of the planned task

projectId
string<uuid>
required

The id of the project

startDate
string<date>
required

The start date of the planned task

endDate
string<date>
required

The end date of the planned task

plannedTaskId
string<uuid>

The id of the planned task, if not provided, it will be generated automatically

tagIds
string<uuid>[]

Tags associated with the planned task

startTime
string

The start time of the planned task, can be null

Example:

"10:00"

endTime
string

The end time of the planned task, can be null

Example:

"10:00"

Response

200 - application/json

Object

id
string<uuid>