Partially update book metadata (PATCH)
PATCH/api/v1/books/:book_id/metadata
Only provided fields will be updated. Absent fields are unchanged. Explicitly null fields will be cleared. If no metadata record exists, one will be created with the provided fields.
Setting a field to a non-null value also locks it, so a metadata provider will not overwrite it on the next match. Clearing a field with an explicit null does not change its lock, and absent fields are left alone.
Request
Responses
- 200
- 403
- 404
Metadata updated successfully
Forbidden
Book not found