mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
Remove page size limit comment from swagger (#11806)
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
This commit is contained in:
committed by
GitHub
parent
cefbf73aea
commit
27a6e03906
@@ -46,7 +46,7 @@ func GetTree(ctx *context.APIContext) {
|
||||
// type: integer
|
||||
// - name: per_page
|
||||
// in: query
|
||||
// description: number of items per page; default is 1000 or what is set in app.ini as DEFAULT_GIT_TREES_PER_PAGE
|
||||
// description: number of items per page
|
||||
// required: false
|
||||
// type: integer
|
||||
// responses:
|
||||
|
Reference in New Issue
Block a user