Bugfix: Support for the 'pageNumber' parameter in OPDS smart-filter API (#2630)

This commit is contained in:
charles 2024-01-20 21:11:11 +08:00 committed by GitHub
parent 436b92e59c
commit 2a539da24c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 12 additions and 3 deletions

View file

@ -3719,6 +3719,15 @@
"type": "integer",
"format": "int32"
}
},
{
"name": "pageNumber",
"in": "query",
"schema": {
"type": "integer",
"format": "int32",
"default": 0
}
}
],
"responses": {