@jellyfin/sdk
    Preparing search index...

    Interface PlaylistApiUpdatePlaylistUserRequest

    Request parameters for updatePlaylistUser operation in PlaylistApi.

    interface PlaylistApiUpdatePlaylistUserRequest {
        playlistId: string;
        updatePlaylistUserDto: UpdatePlaylistUserDto;
        userId: string;
    }
    Index
    playlistId: string

    The playlist id.

    updatePlaylistUserDto: UpdatePlaylistUserDto

    The Jellyfin.Api.Models.PlaylistDtos.UpdatePlaylistUserDto.

    userId: string

    The user id.