TextLabel

  • Labels display text on a colored background.

  • background_color sets the label's background color in HEX format, with specific validation rules.

  • description provides a short description of the label, limited to 200 characters.

A type of label displaying text on a colored background.

Fields

background_color

string

Background color of the label in HEX format. This string must match the regular expression '^#([a-fA-F0-9]{6}|[a-fA-F0-9]{3})$'. Note: The background color may not be visible for manager accounts.

description

string

A short description of the label. The length must be no more than 200 characters.