@dolbyio/dolbyio-rest-apis-client - v6.3.1
    Preparing search index...

    Interface UpdateMediaAssetRequest

    The information required to update a media asset.

    interface UpdateMediaAssetRequest {
        customPath?: string;
        mediaAssetId: string;
        mediaDistributionId?: string;
    }
    Index
    customPath?: string

    Customize a portion of the download url path. As an example assets are returned in a url such as https://cdn.optiview.dolby.com/vod/<orgId>/<mediaAssetId>/<fileName>. customPath will replace mediaAssetId in order for a more predictable path.

    mediaAssetId: string

    Identifier of the media asset to update.

    mediaDistributionId?: string

    ID of the media distribution used to authenticate viewing of this media asset. Updates may take up to an hour to take effect.