@shortcut/client
    Preparing search index...

    Interface UpdateProject

    interface UpdateProject {
        abbreviation?: string;
        archived?: boolean;
        color?: string;
        days_to_thermometer?: number;
        description?: string;
        follower_ids?: string[];
        name?: string;
        show_thermometer?: boolean;
        team_id?: number;
    }
    Index

    Properties

    abbreviation?: string

    The Project abbreviation used in Story summaries. Should be kept to 3 characters at most.

    archived?: boolean

    A true/false boolean indicating whether the Story is in archived state.

    color?: string

    The color that represents the Project in the UI.

    css-color

    1

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

    days_to_thermometer?: number

    The number of days before the thermometer appears in the Story summary.

    int64

    description?: string

    The Project's description.

    100000

    follower_ids?: string[]

    An array of UUIDs for any Members you want to add as Followers.

    name?: string

    The Project's name.

    1

    128

    show_thermometer?: boolean

    Configuration to enable or disable thermometers in the Story summary.

    team_id?: number

    The ID of the team the project belongs to.

    int64