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

    Type Alias SearchEnablePluginPostData

    type SearchEnablePluginPostData = {
        body: { names: string[]; enable: boolean };
        path?: never;
        query?: never;
        url: "/search/enablePlugin";
    }
    Index

    Properties

    Properties

    body: { names: string[]; enable: boolean }

    Type Declaration

    • names: string[]

      Name of the plugin to enable/disable (e.g. "legittorrents"). Supports multiple names separated by |

    • enable: boolean

      Whether the plugins should be enabled

    path?: never
    query?: never
    url: "/search/enablePlugin"