Skip to main content

RetryAllErrorsRequest

Request body for bulk retrying all book errors

errorTypeBookErrorTypeDto (string)

Book error type

Possible values: [format_detection, parser, metadata, thumbnail, page_extraction, pdf_rendering, zero_pages, other]

libraryIdstring,null<uuid>nullable

Filter to only retry errors in a specific library

Example: 550e8400-e29b-41d4-a716-446655440000
RetryAllErrorsRequest
{
"errorType": "format_detection",
"libraryId": "550e8400-e29b-41d4-a716-446655440000"
}