fix: core doc filter params (#2695)

This commit is contained in:
ChengLei Shao 2023-09-21 16:00:33 +08:00 committed by GitHub
parent 945bcb194e
commit 5f34970cfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",