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

    Interface UpdateCollectionRequest

    UpdateCollectionRequest

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

    Properties

    cover?: string[]

    UpdateCollectionRequest

    expanded?: boolean

    UpdateCollectionRequest

    parent?: null | CollectionRef

    UpdateCollectionRequest

    public?: boolean

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

    UpdateCollectionRequest

    sort?: number

    UpdateCollectionRequest

    title?: string

    UpdateCollectionRequest

    view?: string

    UpdateCollectionRequest