RetryAllErrorsRequest
Request body for bulk retrying all book errors
errorType object
oneOf
- null
- BookErrorTypeDto
null
libraryIdstring,null<uuid>nullable
Filter to only retry errors in a specific library
Example:
550e8400-e29b-41d4-a716-446655440000RetryAllErrorsRequest
{
"errorType": "null",
"libraryId": "550e8400-e29b-41d4-a716-446655440000"
}