OPENAPI / COMPONENTS / SCHEMAS

TaskCreate

TaskCreate

Request body for creating a new task

object14properties
titlestringrequired

Task title

projectIdstringrequired

Project id

contentstring

Task content

descstring

Description of checklist

isAllDayboolean

All day

startDatestring

Start date and time in yyyy-MM-dd'T'HH:mm:ssZ format

dueDatestring

Due date and time in yyyy-MM-dd'T'HH:mm:ssZ format

timeZonestring

The time zone in which the time is specified

remindersarray

Lists of reminders specific to the task

tagsarray

Tags assigned to the task

repeatFlagstring

Recurring rules of task

priorityinteger

The priority of task, default is 0

sortOrderinteger

The order of task

itemsChecklistItemCreate

The list of subtasks