Playlist update only introduce fields to change #246
Labels
backend
Backend related issues
good first issue
Good for newcomers
help-wanted
Help is wanted
python
Pull requests that update Python code
refactor
Code changes or improvements that do not change code behaviour
Description
We want playlist update method to only need as parameters the fields that are going to change. Separate logic for adding and removing songs into two new other endpoints and methods
Context
Frontend is required to fetch playlist data and then send a request to update playlist data, that includes both data that won't change and data that has to change
How to do it
Testing
The text was updated successfully, but these errors were encountered: