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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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":