Updated playlist management API
This is a cleanup of the /playlists
API endpoints, in particular:
- removal of the
/playlist-tracks
endpoints - moved all the removed
/playlist-tracks
actions such as moving a track in the playlist or deleting it toplaylist/{id}/move
andplaylist/{id}/remove
- Don't expose playlist tracks ids anymore. We identify them by their index in the playlist
This makes the API more consistent and easier to deal with and document.
cc @Sporiff
Merge request reports
Activity
Filter activity
changed milestone to %1.0
added AreaBackend AreaFrontend ComponentPlaylists labels
added 3 commits
-
a0c91d81...a1865cf9 - 2 commits from branch
develop
- 909e3c4f - Merge branch 'develop' into 'playlist-tracks'
-
a0c91d81...a1865cf9 - 2 commits from branch
enabled an automatic merge when the pipeline for 909e3c4f succeeds
mentioned in commit c42257b9
Please register or sign in to reply