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] |