Interface UpdateObjective

Hierarchy

  • UpdateObjective

Properties

after_id?: number

The ID of the Objective we want to move this Objective after.

Format

int64

archived?: boolean

A boolean indicating whether the Objective is archived or not

before_id?: number

The ID of the Objective we want to move this Objective before.

Format

int64

categories?: CreateCategoryParams[]

An array of IDs of Categories attached to the Objective.

completed_at_override?: string

A manual override for the time/date the Objective was completed.

Format

date-time

description?: string

The Objective's description.

Max Length

100000

name?: string

The name of the Objective.

Min Length

1

Max Length

256

started_at_override?: string

A manual override for the time/date the Objective was started.

Format

date-time

state?: "done" | "in progress" | "to do"

The workflow state that the Objective is in.

Generated using TypeDoc