OPENAPI / COMPONENTS / SCHEMAS
TaskCreate
TaskCreateRequest body for creating a new task
object14properties
titlestringrequiredTask title
projectIdstringrequiredProject id
contentstringTask content
descstringDescription of checklist
isAllDaybooleanAll day
startDatestringStart date and time in yyyy-MM-dd'T'HH:mm:ssZ format
dueDatestringDue date and time in yyyy-MM-dd'T'HH:mm:ssZ format
timeZonestringThe time zone in which the time is specified
remindersarrayLists of reminders specific to the task
tagsarrayTags assigned to the task
repeatFlagstringRecurring rules of task
priorityintegerThe priority of task, default is 0
sortOrderintegerThe order of task
itemsChecklistItemCreateThe list of subtasks