MackHalliday / play-play-express

API with CRUD functionality for favorite tracks and playlists. Uses MusixMatch API
1 stars 0 forks source link

To Master - Post favorite to playlist #36

Closed joshsherwood1 closed 4 years ago

joshsherwood1 commented 4 years ago

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