Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.31 KB

File metadata and controls

16 lines (13 loc) · 1.31 KB

# TaskPostObject

Properties

Name Type Description Notes
title string The title of the task
project_id float The ID of a project
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 assigned to the task. When the `assignee_id` field is updated, the `assignee_ids` field value will be overwritten by the `assignee_id` field value. [optional]
assignee_ids float[] The IDs of users assigned to the task. When the `assignee_ids` field is updated, the `assignee_id` field value will be set to the first value of the `assignee_ids` field, or `null` if the list is empty. [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]