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

    Type Alias TorrentsPieceHashesPostData

    type TorrentsPieceHashesPostData = {
        body: { hash: string };
        path?: never;
        query?: never;
        url: "/torrents/pieceHashes";
    }
    Index

    Properties

    Properties

    body: { hash: string }

    Type Declaration

    • hash: string

      The hash of the torrent you want to get the pieces' hashes of

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