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

    Type Alias TorrentsSetForceStartPostData

    type TorrentsSetForceStartPostData = {
        body: SetTorrentsValue;
        path?: never;
        query?: never;
        url: "/torrents/setForceStart";
    }
    Index

    Properties

    Properties

    POST /api/v2/torrents/setForceStart HTTP/1.1
    User-Agent: Fiddler
    Host: 127.0.0.1
    Cookie: SID=your_sid
    Content-Type: application/x-www-form-urlencoded
    Content-Length: length

    hashes=8c212779b4abde7c6bc608063a0d008b7e40ce32?value=true

    hashes can contain multiple hashes separated by | or set to all

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