Scorable TypeScript SDK - v0.12.1
    Preparing search index...

    Interface UpdateProjectParams

    interface UpdateProjectParams {
        name?: string;
        description?: string;
        is_default?: boolean;
    }
    Index
    name?: string
    description?: string
    is_default?: boolean

    Setting is_default: true atomically clears the previous default in the same org. The backend rejects clearing the default directly — promote another project instead.