@triply/triplydb
    Preparing search index...

    Interface AccountUpdate

    interface AccountUpdate {
        accountName?: string;
        description?: string;
        email?: string;
        name?: string;
        pinnedItems?: PinnedItemUpdate[];
    }

    Hierarchy (View Summary)

    Index
    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.