Reorder Spotify Playlist Items
spotify_playlist_reorderMove a consecutive range of tracks within a Spotify playlist to a new position, using the playlist ID and optional snapshot ID for safe updates.
Instructions
Move a consecutive range within an exact playlist ID using the current items endpoint. A missing returned snapshot is explicitly ambiguous.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| playlist_id | Yes | ||
| range_start | Yes | ||
| snapshot_id | No | ||
| range_length | No | ||
| insert_before | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | ||
| position | No | ||
| operation | Yes | ||
| item_count | Yes | ||
| playlist_id | Yes | ||
| range_start | No | ||
| snapshot_id | No | ||
| spotify_url | No | ||
| insert_before | No |