@jellyfin/sdk
    Preparing search index...

    Interface ItemUpdateApiGetMetadataEditorInfoRequest

    Request parameters for getMetadataEditorInfo operation in ItemUpdateApi.

    ItemUpdateApiGetMetadataEditorInfoRequest

    interface ItemUpdateApiGetMetadataEditorInfoRequest {
        itemId: string;
    }
    Index

    Properties

    Properties

    itemId: string

    The item id.

    ItemUpdateApiGetMetadataEditorInfo