Optional
configuration: ConfigurationFor backwards compatibility parameters can be sent via Query or Body, with Query having higher precedence. Query parameters are obsolete.
Optional
name: stringThe playlist name.
Optional
ids: string[]The item ids.
Optional
userId: stringThe user id.
Optional
mediaType: MediaTypeThe media type.
Optional
createPlaylistDto: CreatePlaylistDtoThe create playlist payload.
Optional
options: RawAxiosRequestConfigOverride http request option.
The playlist id.
Optional
options: RawAxiosRequestConfigOverride http request option.
The playlist id.
Optional
userId: stringUser id.
Optional
startIndex: numberOptional. The record index to start at. All items with a lower index will be dropped from the results.
Optional
limit: numberOptional. The maximum number of records to return.
Optional
fields: ItemFields[]Optional. Specify additional fields of information to return in the output.
Optional
enableImages: booleanOptional. Include image information in output.
Optional
enableUserData: booleanOptional. Include user data.
Optional
imageTypeLimit: numberOptional. The max number of images to return, per image type.
Optional
enableImageTypes: ImageType[]Optional. The image types to include in the output.
Optional
options: RawAxiosRequestConfigOverride http request option.
The playlist id.
The user id.
Optional
options: RawAxiosRequestConfigOverride http request option.
The playlist id.
Optional
options: RawAxiosRequestConfigOverride http request option.
The playlist id.
The Jellyfin.Api.Models.PlaylistDtos.UpdatePlaylistDto id.
Optional
options: RawAxiosRequestConfigOverride http request option.
The playlist id.
The user id.
The Jellyfin.Api.Models.PlaylistDtos.UpdatePlaylistUserDto.
Optional
options: RawAxiosRequestConfigOverride http request option.
PlaylistsApi - functional programming interface