OPENAPI / COMPONENTS / SCHEMAS

TaskUpdate

TaskUpdate

Request body for updating an existing task

object15properties
idstringrequired

Task id

projectIdstringrequired

Project id

titlestring

Task title

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 normal

sortOrderinteger

The order of task

itemsChecklistItemCreate

The list of subtasks