refact: optimizied queries
This commit is contained in:
parent
870bbe2395
commit
89a05492c3
6 changed files with 294 additions and 143 deletions
|
|
@ -23,7 +23,12 @@ paths:
|
|||
- in: query
|
||||
name: status
|
||||
schema:
|
||||
$ref: '#/components/schemas/TitleStatus'
|
||||
type: array
|
||||
items:
|
||||
$ref: '#/components/schemas/TitleStatus'
|
||||
description: List of title statuses to filter
|
||||
style: form
|
||||
explode: false
|
||||
- in: query
|
||||
name: rating
|
||||
schema:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue