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,8 +107,12 @@
"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": {