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

    Type Alias RssMoveItemPostData

    type RssMoveItemPostData = {
        body: { itemPath: string; destPath: string };
        path?: never;
        query?: never;
        url: "/rss/moveItem";
    }
    Index

    Properties

    Properties

    body: { itemPath: string; destPath: string }

    Type Declaration

    • itemPath: string

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

    • destPath: string

      New full path of item (e.g. "The Pirate Bay")

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