Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 781 Bytes

TaskObjectFragment.md

File metadata and controls

13 lines (10 loc) · 781 Bytes

# TaskObjectFragment

Properties

Name Type Description Notes
description string The description of the task [optional]
parent_task_id float The ID of a parent task. Can not be ID of a task which is already a subtask. [optional]
assignee_id float The ID of the user who will be the assignee of the task [optional]
done NumberBoolean Whether the task is done or not. 0 = Not done, 1 = Done. [optional]
due_date \DateTime The due date of the task. Format: YYYY-MM-DD. [optional]

[Back to Model list] [Back to API list] [Back to README]