Skip to main content

BulkAddWantToReadRequest

Request to add many entries to the queue in one call. Provide series IDs, book IDs, or both; each list is added independently. Unknown IDs are skipped rather than failing the batch.

bookIdsstring<uuid>[]

Books to flag.

Example: ["550e8400-e29b-41d4-a716-446655440002"]
seriesIdsstring<uuid>[]

Series to flag.

Example: ["550e8400-e29b-41d4-a716-446655440001"]
BulkAddWantToReadRequest
{
"bookIds": [
"550e8400-e29b-41d4-a716-446655440002"
],
"seriesIds": [
"550e8400-e29b-41d4-a716-446655440001"
]
}