DeveloperAPI ReferenceAdapterJellyfinUsersUseridFavoriteitemsItemid
Add to favorites (no-op stub)
Accepted for client compatibility. Aviato has no favorites model yet.
Path Parameters
userId*string
itemId*string
Response Body
application/json
curl -X POST "https://example.com/api/adapter/jellyfin/Users/string/FavoriteItems/string"{
"PlaybackPositionTicks": 0,
"PlayCount": 0,
"IsFavorite": true,
"Played": true,
"PlayedPercentage": 0,
"LastPlayedDate": "string",
"Key": "string",
"ItemId": "string",
"property1": null,
"property2": null
}