@shortcut/client
    Preparing search index...

    Interface BulkUpdateCategoriesParams1

    interface BulkUpdateCategoriesParams1 {
        archived?: boolean;
        color?: string | null;
        id: number;
        name?: string;
    }
    Index

    Properties

    archived?: boolean

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

    color?: string | null

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

    css-color

    1

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

    id: number

    The id of the Category to update.

    int64

    name?: string

    The name of the Category.

    1

    128