@shortcut/client
    Preparing search index...

    Interface UpdateLabel

    interface UpdateLabel {
        archived?: boolean;
        color?: null | string;
        description?: string;
        name?: string;
    }
    Index

    Properties

    archived?: boolean

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

    color?: null | string

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

    css-color

    1

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

    description?: string

    The new description of the label.

    1024

    name?: string

    The new name of the label.

    1

    128