UpdateMetadataLocksRequest
Request to update metadata lock states
ageRatingboolean | nullnullable
Whether to lock the age_rating field
Example:
falsecustomMetadataboolean | nullnullable
Whether to lock the custom_metadata field
Example:
falsegenresboolean | nullnullable
Whether to lock the genres
Example:
falseimprintboolean | nullnullable
Whether to lock the imprint field
Example:
falselanguageboolean | nullnullable
Whether to lock the language field
Example:
falsepublisherboolean | nullnullable
Whether to lock the publisher field
Example:
falsereadingDirectionboolean | nullnullable
Whether to lock the reading_direction field
Example:
falsestatusboolean | nullnullable
Whether to lock the status field
Example:
falsesummaryboolean | nullnullable
Whether to lock the summary field
Example:
truetagsboolean | nullnullable
Whether to lock the tags
Example:
falsetitleboolean | nullnullable
Whether to lock the title field
Example:
falsetitleSortboolean | nullnullable
Whether to lock the title_sort field
Example:
falsetotalBookCountboolean | nullnullable
Whether to lock the total_book_count field
Example:
falseyearboolean | nullnullable
Whether to lock the year field
Example:
falseUpdateMetadataLocksRequest
{
"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
}