@triply/triplydb
    Preparing search index...

    Interface GroupUpdate

    interface GroupUpdate {
        accessLevel?: AccessLevel;
        accountName?: string;
        description?: string;
        email?: string;
        name?: string;
        pinnedItems?: PinnedItemUpdate[];
    }

    Hierarchy (View Summary)

    Index
    accessLevel?: AccessLevel

    The group's own access level, which a user does not have.

    It also constrains what the group owns: lowering it is rejected while the group still owns datasets, queries, stories or subgroups that are more accessible than the new level. Lower those first.

    accountName?: string

    The account's short name, which is part of its URL. Changing it moves everything it owns.

    description?: string

    Free-text description, shown on the account's page.

    email?: string

    Contact address for the account. Changing it may require confirmation.

    name?: string

    Display name, shown in the interface.

    pinnedItems?: PinnedItemUpdate[]

    Replaces the pinned list, rather than adding to it. Order becomes display order.