@smokeballdev/smokeball-client-sdk


Interface: UpdateTaskRequest

Extends

Properties

assigneeIds?

optional assigneeIds: string[]

List of assigned staff member ids.

Inherited from

CreateTaskRequest.assigneeIds


categories?

optional categories: string[]

List of categories.

Inherited from

CreateTaskRequest.categories


completedByStaffId?

optional completedByStaffId: string

Completed by Staff id.

Inherited from

CreateTaskRequest.completedByStaffId


completedDate?

optional completedDate: string

Completed date (if completed)

Inherited from

CreateTaskRequest.completedDate


dueDate?

optional dueDate: string

Due date

Inherited from

CreateTaskRequest.dueDate


duration?

optional duration: string

Duration of the task in ISO 8601 duration format.

Inherited from

CreateTaskRequest.duration


id

id: string

Task id


isCompleted

isCompleted: boolean

True when the task is completed.

Inherited from

CreateTaskRequest.isCompleted


matterId

matterId: string

Associated matter id.

Inherited from

CreateTaskRequest.matterId


note?

optional note: string

Notes on the task.

Inherited from

CreateTaskRequest.note


subject

subject: string

Short description of the task.

Inherited from

CreateTaskRequest.subject