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

    Type Alias TorrentsToggleSequentialDownloadPostData

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

    Properties

    Properties

    body: Hashes

    The hashes of the torrents you want to toggle sequential download for. hashes can contain multiple hashes separated by |, to toggle sequential download for multiple torrents, or set to all, to toggle sequential download for all torrents.

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