fix: swagger filter params
This commit is contained in:
parent
e596025bd4
commit
3d9a6ef76f
@ -44,8 +44,12 @@ export default (collection: Collection) => {
|
||||
name: 'filter',
|
||||
in: 'query',
|
||||
description: 'filter items',
|
||||
schema: {
|
||||
type: 'object',
|
||||
content: {
|
||||
'application/json': {
|
||||
schema: {
|
||||
type: 'object',
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
sort: {
|
||||
|
Loading…
Reference in New Issue
Block a user