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

    Type Alias TorrentsEditTrackerPostData

    type TorrentsEditTrackerPostData = {
        body: { hash: string; origUrl: string; newUrl: string };
        path?: never;
        query?: never;
        url: "/torrents/editTracker";
    }
    Index

    Properties

    Properties

    body: { hash: string; origUrl: string; newUrl: string }

    Type Declaration

    • hash: string

      The hash of the torrent

    • origUrl: string

      The tracker URL you want to edit

    • newUrl: string

      The new URL to replace the origUrl

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