1
1
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:
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

@@ -33,7 +33,7 @@ func ListHooks(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":

View File

@@ -36,7 +36,7 @@ func ListLabels(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":

View File

@@ -56,7 +56,7 @@ func ListMembers(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":
@@ -91,7 +91,7 @@ func ListPublicMembers(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

View File

@@ -46,7 +46,7 @@ func ListMyOrgs(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":
@@ -74,7 +74,7 @@ func ListUserOrgs(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":
@@ -101,7 +101,7 @@ func GetAll(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":

View File

@@ -37,7 +37,7 @@ func ListTeams(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":
@@ -77,7 +77,7 @@ func ListUserTeams(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":
@@ -310,7 +310,7 @@ func GetTeamMembers(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":
@@ -472,7 +472,7 @@ func GetTeamRepos(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":
@@ -635,7 +635,7 @@ func SearchTeam(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":