postUpdatedMovies

suspend fun postUpdatedMovies(tmdbId: String? = null, imdbId: String? = null): Response<Unit>

Reports that new movies have been added by an external source.

Parameters

tmdbId

The tmdbId.

imdbId

The imdbId.