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