Skip to main content

UpdateMetadataLocksRequest

Request to update metadata lock states

ageRatingboolean | nullnullable

Whether to lock the age_rating field

Example: false
customMetadataboolean | nullnullable

Whether to lock the custom_metadata field

Example: false
genresboolean | nullnullable

Whether to lock the genres

Example: false
imprintboolean | nullnullable

Whether to lock the imprint field

Example: false
languageboolean | nullnullable

Whether to lock the language field

Example: false
publisherboolean | nullnullable

Whether to lock the publisher field

Example: false
readingDirectionboolean | nullnullable

Whether to lock the reading_direction field

Example: false
statusboolean | nullnullable

Whether to lock the status field

Example: false
summaryboolean | nullnullable

Whether to lock the summary field

Example: true
tagsboolean | nullnullable

Whether to lock the tags

Example: false
titleboolean | nullnullable

Whether to lock the title field

Example: false
titleSortboolean | nullnullable

Whether to lock the title_sort field

Example: false
totalBookCountboolean | nullnullable

Whether to lock the total_book_count field

Example: false
yearboolean | nullnullable

Whether to lock the year field

Example: false
UpdateMetadataLocksRequest
{
"ageRating": false,
"customMetadata": false,
"genres": false,
"imprint": false,
"language": false,
"publisher": false,
"readingDirection": false,
"status": false,
"summary": true,
"tags": false,
"title": false,
"titleSort": false,
"totalBookCount": false,
"year": false
}