ReprocessTitleResult
Result of reprocessing a single series title
changedbooleanrequired
Whether the title was actually changed
Example:
truenewTitlestringrequired
New title after applying preprocessing rules
Example:
One PieceoriginalTitlestringrequired
Original title before reprocessing
Example:
One Piece (Digital)seriesIdstring<uuid>required
Series ID
Example:
550e8400-e29b-41d4-a716-446655440002skipReasonstring | nullnullable
Reason for skipping (if skipped)
Example:
title_lockedskippedbooleanrequired
Whether this series was skipped (e.g., due to lock)
Example:
falsetitleSortClearedbooleanrequired
Whether title_sort was cleared (set to None) because title changed
Example:
trueReprocessTitleResult
{
"changed": true,
"newTitle": "One Piece",
"originalTitle": "One Piece (Digital)",
"seriesId": "550e8400-e29b-41d4-a716-446655440002",
"skipReason": "title_locked",
"skipped": false,
"titleSortCleared": true
}