@jellyfin/sdk
    Preparing search index...

    Function BackupApiAxiosParamCreator

    • BackupApi - axios parameter creator

      Parameters

      Returns {
          createBackup: (
              backupOptionsDto?: BackupOptionsDto,
              options?: RawAxiosRequestConfig,
          ) => Promise<RequestArgs>;
          getBackup: (
              path: string,
              options?: RawAxiosRequestConfig,
          ) => Promise<RequestArgs>;
          listBackups: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
          startRestoreBackup: (
              backupRestoreRequestDto: BackupRestoreRequestDto,
              options?: RawAxiosRequestConfig,
          ) => Promise<RequestArgs>;
      }

      • createBackup: (
            backupOptionsDto?: BackupOptionsDto,
            options?: RawAxiosRequestConfig,
        ) => Promise<RequestArgs>
      • getBackup: (path: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>
      • listBackups: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>
      • startRestoreBackup: (
            backupRestoreRequestDto: BackupRestoreRequestDto,
            options?: RawAxiosRequestConfig,
        ) => Promise<RequestArgs>