Skip to main content

SetUserRatingRequest

Request to create or update a user's rating for a series

notesstring | nullnullable

Optional notes/review for this series

Example: Great series, loved the art style!
ratinginteger<int32>required

Rating value (1-100, typically set via 1-10 slider multiplied by 10)

In the UI, display as 1-10 with 0.5 step increments. Multiply UI value by 10 before sending (e.g., 7.5 → 75).

Possible values: >= 1 and <= 100

Example: 85
SetUserRatingRequest
{
"notes": "Great series, loved the art style!",
"rating": 85
}