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

    Type Alias RssRefreshItemPostData

    type RssRefreshItemPostData = {
        body: { itemPath: string };
        path?: never;
        query?: never;
        url: "/rss/refreshItem";
    }
    Index

    Properties

    Properties

    body: { itemPath: string }

    Type Declaration

    • itemPath: string

      Current full path of item (e.g. "The Pirate Bay\Top100")

    path?: never
    query?: never
    url: "/rss/refreshItem"