Interface LibraryApiPostAddedMoviesRequest

Request parameters for postAddedMovies operation in LibraryApi.

LibraryApiPostAddedMoviesRequest

interface LibraryApiPostAddedMoviesRequest {
    imdbId?: string;
    tmdbId?: string;
}

Properties

Properties

imdbId?: string

The imdbId.

LibraryApiPostAddedMovies

tmdbId?: string

The tmdbId.

LibraryApiPostAddedMovies