Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 470 Bytes

move-playlist-item-request-dto.md

File metadata and controls

25 lines (16 loc) · 470 Bytes

Move Playlist Item Request Dto

Class MovePlaylistItemRequestDto.

Structure

MovePlaylistItemRequestDto

Fields

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.

Example (as JSON)

{
  "PlaylistItemId": null,
  "NewIndex": null
}