Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 445 Bytes

GET_albums_id_favoriters_id.md

File metadata and controls

21 lines (15 loc) · 445 Bytes

GET /albums/#{id}/favoriters/#{user_id}


/albums/#{id}/favoriters/#{user_id}

Description


Checks whether a user favorited an album.

Parameters


header description type required? default
id The id of the album integer x
user_id The id of the user integer x

Response


200 if the user favorited the album, 404 otherwise