Tsarr Documentation - v1.8.0
    Preparing search index...

    Type Alias GetApiV1SearchData

    type GetApiV1SearchData = {
        body?: never;
        path?: never;
        query?: {
            query?: string;
            type?: string;
            indexerIds?: number[];
            categories?: number[];
            limit?: number;
            offset?: number;
        };
        url: "/api/v1/search";
    }
    Index

    Properties

    Properties

    body?: never
    path?: never
    query?: {
        query?: string;
        type?: string;
        indexerIds?: number[];
        categories?: number[];
        limit?: number;
        offset?: number;
    }
    url: "/api/v1/search"