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

    Type Alias TorrentsToggleFirstLastPiecePrioPostData

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

    Properties

    Properties

    body: Hashes

    The hashes of the torrents you want to toggle the first/last piece priority for. hashes can contain multiple hashes separated by |, to toggle the first/last piece priority for multiple torrents, or set to all, to toggle the first/last piece priority for all torrents.

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