updateUserItemRating
suspend fun updateUserItemRating(itemId: ERROR CLASS: Symbol not found for UUID, userId: ERROR CLASS: Symbol not found for UUID?? = null, likes: Boolean? = null): Response<ERROR CLASS: Symbol not found for UserItemDataDto>
Updates a user's rating for an item.
Parameters
itemId
Item id.
userId
User id.
likes
Whether this M:Jellyfin.Api.Controllers.UserLibraryController.UpdateUserItemRating(System.Nullable{System.Guid},System.Guid,System.Nullable{System.Boolean}) is likes.