---
title: "Update the users' rating of the given series"
method: POST
path: "/api/Rating/series"
tags: ["Rating"]
---

# Update the users' rating of the given series

`POST /api/Rating/series`

## Request body

- UpdateRatingDto
  - `seriesId` integer
  - `chapterId` integer, nullable
  - `userRating` number, float

## Response `200`

OK

---

[API](https://skmtc.net/kareadita/apis/kavita.md) · [All operations](https://skmtc.net/kareadita/apis/kavita/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kareadita/kavita/revisions/3bd8363f0a4e/schema)
