gbox-sdk
    Preparing search index...

    Interface MediaUpdateAlbumParams

    interface MediaUpdateAlbumParams {
        boxId: string;
        media: Uploadable[];
    }
    Index

    Properties

    Properties

    boxId: string

    Path param: Box ID

    media: Uploadable[]

    Body param: Media files to add to the album (max size: 512MB per file)