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

    Type Alias TorrentsIncreasePrioPostData

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

    Properties

    Properties

    body: Hashes

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

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