@jellyfin/sdk
    Preparing search index...

    Interface ImageApiSetItemImageByIndexRequest

    Request parameters for setItemImageByIndex operation in ImageApi.

    interface ImageApiSetItemImageByIndexRequest {
        body?: File;
        imageIndex: number;
        imageType: ImageType;
        itemId: string;
    }
    Index

    Properties

    body?: File
    imageIndex: number

    (Unused) Image index.

    imageType: ImageType

    Image type.

    itemId: string

    Item id.