reorder_playlist_tracks
Reorder tracks in a Spotify playlist by moving a contiguous block to a new position.
Instructions
Move tracks within a playlist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| playlist_id | Yes | Playlist ID | |
| range_start | Yes | Position of first track to move (0-indexed) | |
| insert_before | Yes | Position to insert before (0-indexed) | |
| range_length | No | Number of tracks to move (default 1) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||