forked from kevadesu/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
|
@ -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":
|
||||
|
|
|
@ -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":
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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":
|
||||
|
|
|
@ -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":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue