forked from forgejo/forgejo
Remove page size limit comment from swagger (#11806)
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
This commit is contained in:
parent
cefbf73aea
commit
27a6e03906
40 changed files with 120 additions and 120 deletions
|
@ -44,7 +44,7 @@ func ListMyFollowers(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
|
||||
|
@ -74,7 +74,7 @@ func ListFollowers(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":
|
||||
|
@ -108,7 +108,7 @@ func ListMyFollowing(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
|
||||
|
@ -138,7 +138,7 @@ func ListFollowing(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":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue