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

    Type Alias GetMovieByMovieIdRecommendationsData

    type GetMovieByMovieIdRecommendationsData = {
        body?: never;
        path: { movieId: number };
        query?: { page?: number; language?: string };
        url: "/movie/{movieId}/recommendations";
    }
    Index
    body?: never
    path: { movieId: number }
    query?: { page?: number; language?: string }
    url: "/movie/{movieId}/recommendations"