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

    Type Alias TorrentsDecreasePrioPostData

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

    Properties

    Properties

    body: Hashes

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

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