@jellyfin/sdk
    Preparing search index...

    Interface ItemLookupApiApplySearchCriteriaRequest

    Request parameters for applySearchCriteria operation in ItemLookupApi.

    ItemLookupApiApplySearchCriteriaRequest

    interface ItemLookupApiApplySearchCriteriaRequest {
        itemId: string;
        remoteSearchResult: RemoteSearchResult;
        replaceAllImages?: boolean;
    }
    Index

    Properties

    itemId: string

    Item id.

    ItemLookupApiApplySearchCriteria

    remoteSearchResult: RemoteSearchResult

    The remote search result.

    ItemLookupApiApplySearchCriteria

    replaceAllImages?: boolean

    Optional. Whether or not to replace all images. Default: True.

    ItemLookupApiApplySearchCriteria