Tsarr Documentation - v2.11.0
    Preparing search index...

    Type Alias TorrentsFilesPostData

    type TorrentsFilesPostData = {
        body: { hash: string; indexes?: string[] };
        path?: never;
        query?: never;
        url: "/torrents/files";
    }
    Index

    Properties

    Properties

    body: { hash: string; indexes?: string[] }

    Type Declaration

    • hash: string

      The hash of the torrent you want to get the contents of

    • Optionalindexes?: string[]

      The indexes of the files you want to retrieve. indexes can contain multiple values separated by |.

    path?: never
    query?: never
    url: "/torrents/files"