---
title: "Given a list of Series Ids, add them to the current logged in user's Want To Read list"
method: POST
path: "/api/want-to-read/add-series"
tags: ["WantToRead"]
---

# Given a list of Series Ids, add them to the current logged in user's Want To Read list

`POST /api/want-to-read/add-series`

## Request body

- UpdateWantToReadDto
  - `seriesIds` integer[], nullable

## 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/8f6bc4f38f06/schema)
