DeveloperAPI ReferenceAdapterJellyfinUserplayeditemsItemid
Mark item as unwatched
Bridges to Aviato's markUnwatched() for the active profile.
Path Parameters
itemId*string
Query Parameters
userId?string
Response Body
application/json
curl -X DELETE "https://example.com/api/adapter/jellyfin/UserPlayedItems/string"{
"PlaybackPositionTicks": 0,
"PlayCount": 0,
"IsFavorite": true,
"Played": true,
"PlayedPercentage": 0,
"LastPlayedDate": "string",
"Key": "string",
"ItemId": "string",
"property1": null,
"property2": null
}