Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 693 Bytes

UpdateTask.md

File metadata and controls

13 lines (10 loc) · 693 Bytes

UpdateTask

Properties

Name Type Description Notes
description str The Task's description. [optional]
owner_ids list[str] An array of UUIDs of the owners of this story. [optional]
complete bool A true/false boolean indicating whether the task is complete. [optional]
before_id int Move task before this task ID. [optional]
after_id int Move task after this task ID. [optional]

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