@shortcut/client
    Preparing search index...

    Interface CreateCategory

    interface CreateCategory {
        color?: string;
        external_id?: string;
        name: string;
        type?: any;
    }
    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

    This field can be set to another unique ID. In the case that the Category has been imported from another tool, the ID in the other tool can be indicated here.

    1

    128

    name: string

    The name of the new Category.

    1

    128

    type?: any

    The type of entity this Category is associated with; currently Milestone or Objective is the only type of Category.