Appearance
Apply refetched metadata to a library book
POST
/api/library/{id}/apply-metadata
Select metadata fields from refetched candidates and apply them to an organized book. Automatically enqueues a re-organize job to update file paths and re-embed EPUB metadata.
Parameters
Path Parameters
id*
Book UUID
Type
Requiredstring
Format
"uuid"Request Body
application/json
JSON "fields": { "additionalProperties": { "source": "string", "value": "string" } }
{
}
Responses
Metadata applied and re-organize job enqueued
application/json
JSON "id": "string", "status": "string", "title": "string", "author": "string", "isbn10": "string", "isbn13": "string", "publisher": "string", "publishedYear": 0, "language": "string", "description": "string", "coverUrl": "string", "coverPath": "string", "pageCount": 0, "series": "string", "seriesIndex": 0, "genres": [ "string" ], "tags": [ "string" ], "hardcoverBookId": 0, "hardcoverEditionId": 0, "createdBy": "string", "possibleDuplicateOf": "string", "approvedAt": "string", "createdAt": "string", "updatedAt": "string"
{
}
POST
/api/library/{id}/apply-metadata