Interface UpdateTask

Hierarchy

  • UpdateTask

Properties

after_id?: number

Move task after this task ID.

Format

int64

before_id?: number

Move task before this task ID.

Format

int64

complete?: boolean

A true/false boolean indicating whether the task is complete.

description?: string

The Task's description.

Min Length

1

Max Length

2048

owner_ids?: string[]

An array of UUIDs of the owners of this story.

Generated using TypeDoc