@backblaze-labs/b2-mcp
    Preparing search index...

    Interface UpdateFileLegalHoldOptions

    Options for updating legal hold on a specific B2 file version.

    interface UpdateFileLegalHoldOptions {
        fileId: string;
        fileName: string;
        legalHold: "off" | "on";
    }
    Index
    fileId: string

    B2 file ID for the version to update.

    fileName: string

    B2 file name for the version to update.

    legalHold: "off" | "on"

    Desired legal-hold state.