1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-03 09:07:19 +00:00

Remove page size limit comment from swagger (#11806)

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
This commit is contained in:
Cirno the Strongest
2020-06-09 06:57:38 +02:00
committed by GitHub
parent cefbf73aea
commit 27a6e03906
40 changed files with 120 additions and 120 deletions

View File

@ -48,7 +48,7 @@ func ListGPGKeys(ctx *context.APIContext) {
// type: integer
// - name: limit
// in: query
// description: page size of results, maximum page size is 50
// description: page size of results
// type: integer
// responses:
// "200":
@ -73,7 +73,7 @@ func ListMyGPGKeys(ctx *context.APIContext) {
// type: integer
// - name: limit
// in: query
// description: page size of results, maximum page size is 50
// description: page size of results
// type: integer
// produces:
// - application/json