Skip to main content

ReprocessTitleResult

Result of reprocessing a single series title

changedbooleanrequired

Whether the title was actually changed

Example: true
newTitlestringrequired

New title after applying preprocessing rules

Example: One Piece
originalTitlestringrequired

Original title before reprocessing

Example: One Piece (Digital)
seriesIdstring<uuid>required

Series ID

Example: 550e8400-e29b-41d4-a716-446655440002
skipReasonstring | nullnullable

Reason for skipping (if skipped)

Example: title_locked
skippedbooleanrequired

Whether this series was skipped (e.g., due to lock)

Example: false
titleSortClearedbooleanrequired

Whether title_sort was cleared (set to None) because title changed

Example: true
ReprocessTitleResult
{
"changed": true,
"newTitle": "One Piece",
"originalTitle": "One Piece (Digital)",
"seriesId": "550e8400-e29b-41d4-a716-446655440002",
"skipReason": "title_locked",
"skipped": false,
"titleSortCleared": true
}