Skip to main content

BulkModifySeriesGenresRequest

Request to add/remove genres for multiple series

addstring[]

Genre names to add to all specified series

Example: ["Action","Comedy"]
removestring[]

Genre names to remove from all specified series

Example: ["Romance"]
seriesIdsstring<uuid>[]required

Series IDs to modify (max 100)

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