@backblaze-labs/b2-sdk - v0.1.0
    Preparing search index...

    Interface UpdateFileLegalHoldRequest

    Request parameters for the b2_update_file_legal_hold API call. Updates the legal hold status on a file version.

    interface UpdateFileLegalHoldRequest {
        fileId: FileId;
        fileName: string;
        legalHold: LegalHoldValue;
    }
    Index

    Properties

    fileId: FileId

    ID of the file version to update.

    fileName: string

    Name of the file to update.

    legalHold: LegalHoldValue

    New legal hold status: 'on' or 'off'.