OPENAPI / COMPONENTS / SCHEMAS
TaskUpdate
TaskUpdateRequest body for updating an existing task
object15properties
idstringrequiredTask id
projectIdstringrequiredProject id
titlestringTask title
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 normal
sortOrderintegerThe order of task
itemsChecklistItemCreateThe list of subtasks