@jellyfin/sdk
    Preparing search index...

    Interface ImageApiPostUserImageRequest

    Request parameters for postUserImage operation in ImageApi.

    ImageApiPostUserImageRequest

    interface ImageApiPostUserImageRequest {
        body?: File;
        userId?: string;
    }
    Index

    Properties

    Properties

    body?: File

    ImageApiPostUserImage

    userId?: string

    User Id.

    ImageApiPostUserImage