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

    Type Alias TorrentsRemoveTrackersPostData

    type TorrentsRemoveTrackersPostData = {
        body: { hash: string; urls: string[] };
        path?: never;
        query?: never;
        url: "/torrents/removeTrackers";
    }
    Index

    Properties

    Properties

    body: { hash: string; urls: string[] }

    Type Declaration

    • hash: string

      The hash of the torrent

    • urls: string[]

      URLs to remove, separated by |

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