fix: type cast fixed
This commit is contained in:
parent
d1937fcbd7
commit
b42fb34903
6 changed files with 84 additions and 65 deletions
|
|
@ -29,7 +29,11 @@ get:
|
|||
- in: query
|
||||
name: watch_status
|
||||
schema:
|
||||
$ref: '../schemas/enums/UserTitleStatus.yaml'
|
||||
type: array
|
||||
items:
|
||||
$ref: '../schemas/enums/UserTitleStatus.yaml'
|
||||
style: form
|
||||
explode: false
|
||||
- in: query
|
||||
name: rating
|
||||
schema:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue