@shortcut/client
    Preparing search index...

    Interface UpdateLabelParams

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

    Properties

    archived?: boolean

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

    color?: string | null

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

    css-color

    1

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

    description?: string

    The description of the Label.

    1024

    name?: string

    The name of the Label.

    1

    128