SearchTitleResponse
Response containing the preprocessed search title for a series
originalTitlestringrequired
Original title before preprocessing
rulesAppliedintegerrequired
Number of preprocessing rules that were applied
Possible values: >= 0
searchTitlestringrequired
Title after preprocessing rules were applied
SearchTitleResponse
{
"originalTitle": "string",
"rulesApplied": 0,
"searchTitle": "string"
}