Interface CreateLabelParams

Request parameters for creating a Label on a Shortcut Story.

Hierarchy

  • CreateLabelParams

Properties

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 description of the new Label.

external_id?: string

This field can be set to another unique ID. In the case that the Label has been imported from another tool, the ID in the other tool can be indicated here.

Min Length

1

name: string

The name of the new Label.

Min Length

1

Max Length

128

Generated using TypeDoc