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*
Type
Requiredstring
Format
"uuid"Request Body
application/json
JSON "fields": { "additionalProperties": { "source": "string", "value": { } } }
{
}
Responses
Metadata applied and re-organize job enqueued
application/json
JSON "id": "string", "status": "string", "title": "string", "author": "string", "genres": [ "string" ], "tags": [ "string" ], "createdAt": "string", "updatedAt": "string"
{
}
POST
/api/library/{id}/apply-metadata