Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 771 Bytes

UpdateTask.md

File metadata and controls

16 lines (10 loc) · 771 Bytes

UpdateTask

Properties

Name Type Description Notes
description String The Task's description. [optional] [default to nothing]
owner_ids Vector{String} An array of UUIDs of the owners of this story. [optional] [default to nothing]
complete Bool A true/false boolean indicating whether the task is complete. [optional] [default to nothing]
before_id Int64 Move task before this task ID. [optional] [default to nothing]
after_id Int64 Move task after this task ID. [optional] [default to nothing]

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