Interface PatchedLabelRequest

Export

PatchedLabelRequest

Hierarchy

  • PatchedLabelRequest

Properties

attributes?: AttributeRequest[]

The list of attributes. If you want to remove an attribute, you need to recreate the label and specify the remaining attributes.

Memberof

PatchedLabelRequest

color?: string

The hex value for the RGB color. Will be generated automatically, unless specified explicitly.

Memberof

PatchedLabelRequest

deleted?: boolean

Delete the label. Only applicable in the PATCH methods of a project or a task.

Memberof

PatchedLabelRequest

id?: number

Memberof

PatchedLabelRequest

name?: string

Memberof

PatchedLabelRequest

sublabels?: SublabelRequest[]

Memberof

PatchedLabelRequest

svg?: string

Memberof

PatchedLabelRequest

type?: string

Associated annotation type for this label

Memberof

PatchedLabelRequest

Generated using TypeDoc