addItems

suspend fun addItems(listId: Int, items: Tmdb4ItemsRequest): TmdbStatusResult

This method will let you add items to a list. We support essentially an unlimited number of items to be posted at a time. Both movie and TV series are support. The results of this query will return a results array. Each result includes a success field. If a result is false this will usually indicate that the item already exists on the list. It may also indicate that the item could not be found. You must be the owner of the list and therefore have a valid user access token in order to add items to a list.