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

    Type Alias TorrentsPausePostData

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

    Properties

    Properties

    body: Hashes

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

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