Get the current user's rating for a series
GET/api/v1/series/:series_id/rating
Returns 204 No Content if the user has not rated the series (not a 404,
since the series itself exists).
Request
Responses
- 200
- 204
- 403
- 404
User's rating for the series
Series is not rated by this user
Forbidden
Series not found