BulkPatchBookMetadataRequest
Bulk PATCH request for book metadata
Applies the same partial update to all specified books. Only provided fields will be updated. Absent fields are unchanged. Title, title_sort, number, summary, subtitle are excluded (too unique per item). Max 500 books per request.
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, AndyWhether the book is in black and white
Book IDs to update (max 500)
Book type (comic, manga, novel, etc.)
Custom JSON metadata (uses RFC 7386 JSON Merge Patch semantics)
Edition (e.g., "Deluxe", "Omnibus")
Genre (legacy single genre field)
Imprint (sub-publisher)
Language ISO code
Whether the book is manga format
Original title (if translated)
Original publication year
Publisher name
Translator name
{
"authors": "Unknown Type: array,null",
"blackAndWhite": true,
"bookIds": [
"3fa85f64-5717-4562-b3fc-2c963f66afa6"
],
"bookType": "string",
"customMetadata": "Unknown Type: object,null",
"edition": "string",
"genre": "string",
"imprint": "string",
"languageIso": "string",
"manga": true,
"originalTitle": "string",
"originalYear": 0,
"publisher": "string",
"translator": "string"
}