BulkModifyBookTagsRequest
Request to add/remove tags for multiple books
addstring[]
Tag names to add to all specified books
Example:
["Favorite","Reread"]bookIdsstring<uuid>[]required
Book IDs to modify (max 500)
removestring[]
Tag names to remove from all specified books
Example:
["Dropped"]BulkModifyBookTagsRequest
{
"add": [
"Favorite",
"Reread"
],
"bookIds": [
"3fa85f64-5717-4562-b3fc-2c963f66afa6"
],
"remove": [
"Dropped"
]
}