MetadataLocks
Lock states for all lockable metadata fields
ageRatingbooleanrequired
Whether the age_rating field is locked
Example:
falsecustomMetadatabooleanrequired
Whether the custom_metadata field is locked
Example:
falsegenresbooleanrequired
Whether the genres are locked
Example:
falseimprintbooleanrequired
Whether the imprint field is locked
Example:
falselanguagebooleanrequired
Whether the language field is locked
Example:
falsepublisherbooleanrequired
Whether the publisher field is locked
Example:
falsereadingDirectionbooleanrequired
Whether the reading_direction field is locked
Example:
falsestatusbooleanrequired
Whether the status field is locked
Example:
falsesummarybooleanrequired
Whether the summary field is locked
Example:
truetagsbooleanrequired
Whether the tags are locked
Example:
falsetitlebooleanrequired
Whether the title field is locked
Example:
falsetitleSortbooleanrequired
Whether the title_sort field is locked
Example:
falsetotalBookCountbooleanrequired
Whether the total_book_count field is locked
Example:
falseyearbooleanrequired
Whether the year field is locked
Example:
falseMetadataLocks
{
"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
}