Skip to main content

PatchBookMetadataRequest

PATCH request for partial update of book metadata

Only provided fields will be updated. Absent fields are unchanged. Explicitly null fields will be cleared.

blackAndWhiteboolean | nullnullable

Whether the book is black and white

Example: false
coloriststring | nullnullable

Colorist(s) - comma-separated if multiple

Example: Richmond Lewis
countinteger,null<int32>nullable

Total count in series

Example: 4
coverArtiststring | nullnullable

Cover artist(s) - comma-separated if multiple

Example: David Mazzucchelli
dayinteger,null<int32>nullable

Publication day (1-31)

Example: 1
editorstring | nullnullable

Editor(s) - comma-separated if multiple

Example: Dennis O'Neil
formatDetailstring | nullnullable

Format details

Example: Trade Paperback
genrestring | nullnullable

Genre

Example: Superhero
imprintstring | nullnullable

Imprint name

Example: DC Black Label
inkerstring | nullnullable

Inker(s) - comma-separated if multiple

Example: David Mazzucchelli
isbnsstring | nullnullable

ISBN(s) - comma-separated if multiple

Example: 978-1401207526
languageIsostring | nullnullable

ISO language code

Example: en
lettererstring | nullnullable

Letterer(s) - comma-separated if multiple

Example: Todd Klein
mangaboolean | nullnullable

Whether the book is manga format

Example: false
monthinteger,null<int32>nullable

Publication month (1-12)

Example: 2
pencillerstring | nullnullable

Penciller(s) - comma-separated if multiple

Example: David Mazzucchelli
publisherstring | nullnullable

Publisher name

Example: DC Comics
summarystring | nullnullable

Book summary/description

Example: Bruce Wayne returns to Gotham City.
volumeinteger,null<int32>nullable

Volume number

Example: 1
webstring | nullnullable

Web URL for more information

Example: https://dc.com/batman-year-one
writerstring | nullnullable

Writer(s) - comma-separated if multiple

Example: Frank Miller
yearinteger,null<int32>nullable

Publication year

Example: 1987
PatchBookMetadataRequest
{
"blackAndWhite": false,
"colorist": "Richmond Lewis",
"count": 4,
"coverArtist": "David Mazzucchelli",
"day": 1,
"editor": "Dennis O'Neil",
"formatDetail": "Trade Paperback",
"genre": "Superhero",
"imprint": "DC Black Label",
"inker": "David Mazzucchelli",
"isbns": "978-1401207526",
"languageIso": "en",
"letterer": "Todd Klein",
"manga": false,
"month": 2,
"penciller": "David Mazzucchelli",
"publisher": "DC Comics",
"summary": "Bruce Wayne returns to Gotham City.",
"volume": 1,
"web": "https://dc.com/batman-year-one",
"writer": "Frank Miller",
"year": 1987
}