Interface UpdateLabel

Hierarchy

  • UpdateLabel

Properties

archived?: boolean

A true/false boolean indicating if the Label has been archived.

color?: string

The hex color to be displayed with the Label (for example, "#ff0000").

Format

css-color

Min Length

1

Pattern

^#[a-fA-F0-9]{6}$

description?: string

The new description of the label.

name?: string

The new name of the label.

Min Length

1

Max Length

128

Generated using TypeDoc