---
title: "Promote/UnPromote multiple reading lists in one go. Will only update the authenticated user's reading lists and will only work if the user has promotion role"
method: POST
path: "/api/ReadingList/promote-multiple"
tags: ["ReadingList"]
---

# Promote/UnPromote multiple reading lists in one go. Will only update the authenticated user's reading lists and will only work if the user has promotion role

`POST /api/ReadingList/promote-multiple`

## Request body

- PromoteReadingListsDto
  - `readingListIds` integer[], nullable
  - `promoted` boolean

## 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)
