@shortcut/client
    Preparing search index...

    Interface UpdateProjectParams

    interface UpdateProjectParams {
        abbreviation?: string | null;
        archived?: boolean;
        color?: string | null;
        days_to_thermometer?: number;
        description?: string | null;
        follower_ids?: string[];
        follower_ids_add?: string[];
        follower_ids_remove?: string[];
        name?: string;
        show_thermometer?: boolean;
    }
    Index

    Properties

    abbreviation?: string | null

    The abbreviation for the Project. Set to null to clear.

    63

    archived?: boolean

    Whether the Project is archived.

    color?: string | null

    The hex color for the Project. Set to null to clear.

    css-color

    1

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

    days_to_thermometer?: number

    The number of days before the thermometer is shown.

    int64

    description?: string | null

    The description of the Project.

    100000

    follower_ids?: string[]

    UUIDs of Members to set as Followers. Replaces current followers.

    follower_ids_add?: string[]

    UUIDs of Members to add as Followers.

    follower_ids_remove?: string[]

    UUIDs of Members to remove as Followers.

    name?: string

    The name of the Project.

    1

    2048

    show_thermometer?: boolean

    Whether the thermometer is shown.