Skip to main content

BulkModifyBookGenresRequest

Request to add/remove genres for multiple books

addstring[]

Genre names to add to all specified books

Example: ["Action","Comedy"]
bookIdsstring<uuid>[]required

Book IDs to modify (max 500)

removestring[]

Genre names to remove from all specified books

Example: ["Romance"]
BulkModifyBookGenresRequest
{
"add": [
"Action",
"Comedy"
],
"bookIds": [
"3fa85f64-5717-4562-b3fc-2c963f66afa6"
],
"remove": [
"Romance"
]
}