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
/
ImageApi
/
updateItemImageIndex
update
Item
Image
Index
suspend
fun
updateItemImageIndex
(
itemId
:
UUID
,
imageType
:
ImageType
,
imageIndex
:
Int
,
newIndex
:
Int
)
:
Response
<
Unit
>
Updates the index for an item image.
Parameters
item
Id
Item id.
image
Type
Image type.
image
Index
Old image index.
new
Index
New image index.