fix: core doc filter params (#2695)
This commit is contained in:
parent
945bcb194e
commit
5f34970cfb
@ -107,9 +107,13 @@
|
|||||||
"name": "filter",
|
"name": "filter",
|
||||||
"in": "query",
|
"in": "query",
|
||||||
"description": "filter items",
|
"description": "filter items",
|
||||||
|
"content": {
|
||||||
|
"application/json": {
|
||||||
"schema": {
|
"schema": {
|
||||||
"type": "object"
|
"type": "object"
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"sort": {
|
"sort": {
|
||||||
"name": "sort",
|
"name": "sort",
|
||||||
|
Loading…
Reference in New Issue
Block a user