/albums/#{id}/favoriters/#{user_id}
Checks whether a user favorited an album.
header | description | type | required? | default |
---|---|---|---|---|
id | The id of the album | integer | x | |
user_id | The id of the user | integer | x |
200 if the user favorited the album, 404 otherwise