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

    Type Alias TorrentsRecheckPostData

    type TorrentsRecheckPostData = {
        body: Hashes;
        path?: never;
        query?: never;
        url: "/torrents/recheck";
    }
    Index

    Properties

    Properties

    body: Hashes

    The hashes of the torrents you want to recheck. hashes can contain multiple hashes separated by |, to recheck multiple torrents, or set to all, to recheck all torrents.

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