BulkPatchSeriesMetadataRequest
Bulk PATCH request for series metadata
Applies the same partial update to all specified series. Only provided fields will be updated. Absent fields are unchanged. Explicitly null fields will be cleared. Title, title_sort, and summary are excluded (too unique per item). Max 100 series per request.
Age rating (e.g., 13, 16, 18)
authors object[]
Structured author information
Author's name
Andy WeirRole of this author
Possible values: [author, co_author, editor, translator, illustrator, contributor, writer, penciller, inker, colorist, letterer, cover_artist]
Sort name for ordering (e.g., "Weir, Andy")
Weir, AndyCustom JSON metadata (uses RFC 7386 JSON Merge Patch semantics)
Imprint (sub-publisher)
Language (BCP47 format: "en", "ja", "ko")
Publisher name
Reading direction (ltr, rtl, ttb or webtoon)
Series IDs to update (max 100)
Series status (ongoing, ended, hiatus, abandoned, unknown)
Expected total book count (for ongoing series)
Release year
{
"ageRating": 0,
"authors": "Unknown Type: array,null",
"customMetadata": "Unknown Type: object,null",
"imprint": "string",
"language": "string",
"publisher": "string",
"readingDirection": "string",
"seriesIds": [
"3fa85f64-5717-4562-b3fc-2c963f66afa6"
],
"status": "string",
"totalBookCount": 0,
"year": 0
}