@shortcut/client
    Preparing search index...

    Interface CreateCategoryParams

    interface CreateCategoryParams {
        color?: string;
        external_id?: string;
        name: string;
    }
    Index

    Properties

    color?: string

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

    css-color

    1

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

    external_id?: string

    An optional external ID for the Category.

    1

    128

    name: string

    The name of the new Category.

    1

    128