Interface UpdateCollectionRequest

interface UpdateCollectionRequest {
    collection_image_url?: string;
    description?: string;
    icon_url?: string;
    metadata_api_url?: string;
    name?: string;
}

Hierarchy

  • UpdateCollectionRequest
    • UpdateCollectionRequest

Properties

collection_image_url?: string

URL of the tile image for this collection

UpdateCollectionRequest

description?: string

Description of the collection

UpdateCollectionRequest

icon_url?: string

URL of the icon for this collection

UpdateCollectionRequest

metadata_api_url?: string

URL of the metadata for this collection

UpdateCollectionRequest

name?: string

Name of the collection

UpdateCollectionRequest