reorder_playlist_items
Reorder items in a Spotify playlist by specifying the position of the first item to move, the insertion point, and the number of items to reorder.
Instructions
Reorder items in a playlist.
Args:
playlist_id: The Spotify ID of the playlist.
range_start: Position of the first item to be reordered.
insert_before: Position where the items should be inserted.
range_length: Number of items to reorder (default 1).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| playlist_id | Yes | ||
| range_start | Yes | ||
| insert_before | Yes | ||
| range_length | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |