SearchSeriesRequest
Search series request
fullbooleandeprecated
Return full series data including metadata, locks, genres, tags, etc.
Deprecated. Prefer GET /books/{book_id}/full and
GET /series/{series_id}/full. A response whose schema depends on a
query parameter cannot be expressed in OpenAPI, so this form is
invisible to a generated client. Scheduled for removal in 3.0.
libraryId(string | null)<uuid>nullable
Optional library filter
Example:
550e8400-e29b-41d4-a716-446655440000querystringrequired
Search query
Example:
batmanSearchSeriesRequest
{
"libraryId": "550e8400-e29b-41d4-a716-446655440000",
"query": "batman"
}