OPENAPI / COMPONENTS / SCHEMAS

todo_task_data 数据结构

todo_task_data

todo task data。

object18字段
actionstodo_task_action

actions。

category_idstring

category id。

create_timeinteger

create time。

creatorstring

创建者。

descriptionstring

描述。

display_timeinteger

display time。

due_timeinteger

due time。

executorstring必填

executor。

ext_attrsextended_attribute

ext attrs。

finish_timeinteger

finish time。

is_readboolean

is read。

linktodo_task_link

link。

notify_configtodo_notify_config

notify config。

priorityinteger

priority。

statustodo_task_status

状态。

tagsarray

tags。

task_idstring

任务或异步任务 ID。

titletodo_task_title必填

标题。