UpdateBookMetadataLocksRequest
Request to update book metadata locks
All fields are optional. Only provided fields will be updated.
Whether to lock authors_json
Whether to lock awards_json
Whether to lock black_and_white
Whether to lock book_type
Whether to lock colorist
Whether to lock count
Whether to lock cover artist
Whether to lock cover (prevents auto-updates)
Whether to lock custom_metadata
Whether to lock day
Whether to lock edition
Whether to lock editor
Whether to lock format_detail
Whether to lock genre
Whether to lock imprint
Whether to lock inker
Whether to lock isbns
Whether to lock language_iso
Whether to lock letterer
Whether to lock manga
Whether to lock month
Whether to lock number
Whether to lock original_title
Whether to lock original_year
Whether to lock penciller
Whether to lock publisher
Whether to lock series_position
Whether to lock series_total
Whether to lock subjects
Whether to lock subtitle
Whether to lock summary
trueWhether to lock title
Whether to lock title_sort
Whether to lock translator
Whether to lock volume
Whether to lock writer
Whether to lock year
{
"authorsJsonLock": true,
"awardsJsonLock": true,
"blackAndWhiteLock": true,
"bookTypeLock": true,
"coloristLock": true,
"countLock": true,
"coverArtistLock": true,
"coverLock": true,
"customMetadataLock": true,
"dayLock": true,
"editionLock": true,
"editorLock": true,
"formatDetailLock": true,
"genreLock": true,
"imprintLock": true,
"inkerLock": true,
"isbnsLock": true,
"languageIsoLock": true,
"lettererLock": true,
"mangaLock": true,
"monthLock": true,
"numberLock": true,
"originalTitleLock": true,
"originalYearLock": true,
"pencillerLock": true,
"publisherLock": true,
"seriesPositionLock": true,
"seriesTotalLock": true,
"subjectsLock": true,
"subtitleLock": true,
"summaryLock": true,
"titleLock": true,
"titleSortLock": true,
"translatorLock": true,
"volumeLock": true,
"writerLock": true,
"yearLock": true
}