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

    Type Alias TorrentsReannouncePostData

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

    Properties

    Properties

    body: Hashes

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

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