Class MovePlaylistItemRequestDto.
MovePlaylistItemRequestDto
Name | Type | Tags | Description |
---|---|---|---|
playlist_item_id |
uuid|string |
Optional | Gets or sets the playlist identifier of the item. |
new_index |
int |
Optional | Gets or sets the new position. |
{
"PlaylistItemId": null,
"NewIndex": null
}