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

    Type Alias GetBlocklistResponses

    type GetBlocklistResponses = {
        "200": {
            pageInfo?: PageInfo;
            results?: {
                user?: User;
                createdAt?: string;
                id?: number;
                mediaType?: string;
                title?: string;
                tmdbId?: number;
            }[];
        };
    }
    Index

    Properties

    Properties

    "200": {
        pageInfo?: PageInfo;
        results?: {
            user?: User;
            createdAt?: string;
            id?: number;
            mediaType?: string;
            title?: string;
            tmdbId?: number;
        }[];
    }

    Blocklisted items returned