@jellyfin/sdk
Preparing search index...
generated-client
ImageApiPostUserImageRequest
Interface ImageApiPostUserImageRequest
Request parameters for postUserImage operation in ImageApi.
interface
ImageApiPostUserImageRequest
{
body
?:
File
;
userId
?:
string
;
}
Index
Properties
body?
user
Id?
Properties
Optional
Readonly
body
body
?:
File
Optional
Readonly
user
Id
userId
?:
string
User Id.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
body
user
Id
@jellyfin/sdk
Loading...
Request parameters for postUserImage operation in ImageApi.