SetSeriesTagsRequest
Request to set tags for a series
tagsstring[]required
List of tag names to set for the series Tags that don't exist will be created automatically
Example:
["Completed","Favorite","Reading"]SetSeriesTagsRequest
{
"tags": [
"Completed",
"Favorite",
"Reading"
]
}