1
0
Fork 0
forked from forgejo/forgejo

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

@ -35,7 +35,7 @@ func ListAccessTokens(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":
@ -198,7 +198,7 @@ func ListOauth2Applications(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

@ -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":

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

View file

@ -116,7 +116,7 @@ func ListMyPublicKeys(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
@ -150,7 +150,7 @@ func ListPublicKeys(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

@ -58,7 +58,7 @@ func ListUserRepos(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":
@ -86,7 +86,7 @@ func ListMyRepos(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":
@ -138,7 +138,7 @@ func ListOrgRepos(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

@ -52,7 +52,7 @@ func GetStarredRepos(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":
@ -79,7 +79,7 @@ func GetMyStarredRepos(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

@ -41,7 +41,7 @@ func Search(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

@ -51,7 +51,7 @@ func GetWatchedRepos(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":
@ -80,7 +80,7 @@ func GetMyWatchedRepos(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":