UpdateCollectionRequest

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

Properties

cover?: string[]

UpdateCollectionRequest

expanded?: boolean

UpdateCollectionRequest

parent?: 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