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

    Interface UpdateMediaAssetRequest

    The information required to update a media asset.

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

    Properties

    customPath?: string

    Customise the download url 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.