Remove deprecated query condition in ListReleases (#28339)
close #24057 call stack:25faee3c5f/routers/api/v1/repo/release.go (L154)
ec1feedbf5/routers/api/v1/utils/page.go (L13-L18)
ec1feedbf5/services/convert/utils.go (L15-L22)
## ⚠️ Breaking ⚠️ (though it's not caused by this PR) Do not use `per_page` to specify pagination; use `limit` instead
This commit is contained in:
parent
38a93a0665
commit
0aab2d38a7
2 changed files with 0 additions and 14 deletions
6
templates/swagger/v1_json.tmpl
generated
6
templates/swagger/v1_json.tmpl
generated
|
@ -11728,12 +11728,6 @@
|
|||
"name": "pre-release",
|
||||
"in": "query"
|
||||
},
|
||||
{
|
||||
"type": "integer",
|
||||
"description": "page size of results, deprecated - use limit",
|
||||
"name": "per_page",
|
||||
"in": "query"
|
||||
},
|
||||
{
|
||||
"type": "integer",
|
||||
"description": "page number of results to return (1-based)",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue