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

    Type Alias TorrentsTopPrioPostData

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

    Properties

    Properties

    body: Hashes

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

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