Skip to main content

SetBookGenresRequest

Request to set all genres for a book (replaces existing)

genresstring[]required

List of genre names to assign to the book

Example: ["Action","Comedy","Drama"]
SetBookGenresRequest
{
"genres": [
"Action",
"Comedy",
"Drama"
]
}