@jellyfin/sdk

    Interface ItemUpdateApiUpdateItemContentTypeRequest

    Request parameters for updateItemContentType operation in ItemUpdateApi.

    ItemUpdateApiUpdateItemContentTypeRequest

    interface ItemUpdateApiUpdateItemContentTypeRequest {
        contentType?: string;
        itemId: string;
    }
    Index

    Properties

    Properties

    contentType?: string

    The content type of the item.

    ItemUpdateApiUpdateItemContentType

    itemId: string

    The item id.

    ItemUpdateApiUpdateItemContentType

    MMNEPVFCICPMFPCPTTAAATR