@lasuillard/raindrop-client
    Preparing search index...

    Interface UpdateCollectionRequest

    interface UpdateCollectionRequest {
        cover?: string[];
        expanded?: boolean;
        parent?: CollectionRef | null;
        public?: boolean;
        sort?: number;
        title?: string;
        view?: string;
    }
    Index
    cover?: string[]
    expanded?: boolean
    parent?: CollectionRef | null
    public?: boolean

    Collection and raindrops that it contains will be accessible without authentication?

    sort?: number
    title?: string
    view?: string