jellyfin-sdk-kotlin
Toggle table of contents
latest-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
jellyfin-sdk-kotlin
jellyfin-api
/
org.jellyfin.sdk.api.operations
/
ItemUpdateApi
Item
Update
Api
class
ItemUpdateApi
(
api
:
ApiClient
)
:
Api
Members
Constructors
Item
Update
Api
Link copied to clipboard
constructor
(
api
:
ApiClient
)
Functions
get
Metadata
Editor
Info
Link copied to clipboard
suspend
fun
getMetadataEditorInfo
(
itemId
:
UUID
)
:
Response
<
MetadataEditorInfo
>
Gets metadata editor info for an item.
update
Item
Link copied to clipboard
suspend
fun
updateItem
(
itemId
:
UUID
,
data
:
BaseItemDto
)
:
Response
<
Unit
>
Updates an item.
update
Item
Content
Type
Link copied to clipboard
suspend
fun
updateItemContentType
(
itemId
:
UUID
,
contentType
:
String
?
=
null
)
:
Response
<
Unit
>
Updates an item's content type.