Skip to main content

SetBookTagsRequest

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

tagsstring[]required

List of tag names to assign to the book

Example: ["completed","favorite","to-read"]
SetBookTagsRequest
{
"tags": [
"completed",
"favorite",
"to-read"
]
}