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

    Type Alias TorrentsSetUploadLimitPostData

    type TorrentsSetUploadLimitPostData = {
        body: SetTorrentsLimit;
        path?: never;
        query?: never;
        url: "/torrents/setUploadLimit";
    }
    Index

    Properties

    Properties

    POST /api/v2/torrents/setUploadLimit 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|284b83c9c7935002391129fd97f43db5d7cc2ba0&limit=131072

    hashes can contain multiple hashes separated by | or set to all limit is the upload speed limit in bytes per second you want to set.

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