@jellyfin/sdk
    Preparing search index...

    Interface BackupApiGetBackupRequest

    Request parameters for getBackup operation in BackupApi.

    BackupApiGetBackupRequest

    interface BackupApiGetBackupRequest {
        path: string;
    }
    Index

    Properties

    Properties

    path: string

    The data to start a restore process.

    BackupApiGetBackup