Closed joshsherwood1 closed 4 years ago
User can add a favorite track to a playlist by using the endpoint POST /api/v1/playlists/:playlist_id/favorites/:favorite_id
If the request is successful, user will receive message back in response indicating the the favorite track has been added to the playlist.
Playlist and favorite ids must be valid; otherwise, error message will be returned in response.
Please check if your PR fulfills the following requirements:
Issue Number: #31
Description of Behavior
User can add a favorite track to a playlist by using the endpoint POST /api/v1/playlists/:playlist_id/favorites/:favorite_id
If the request is successful, user will receive message back in response indicating the the favorite track has been added to the playlist.
Playlist and favorite ids must be valid; otherwise, error message will be returned in response.
Pull request checklist
Please check if your PR fulfills the following requirements:
Merge to
Additional Comments