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

    Type Alias RssMarkAsReadPostData

    type RssMarkAsReadPostData = {
        body: { itemPath: string; articleId?: string };
        path?: never;
        query?: never;
        url: "/rss/markAsRead";
    }
    Index

    Properties

    Properties

    body: { itemPath: string; articleId?: string }

    Type Declaration

    • itemPath: string

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

    • OptionalarticleId?: string

      ID of article

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