diff options
Diffstat (limited to 'routers/api/v1/user/app.go')
-rw-r--r-- | routers/api/v1/user/app.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/routers/api/v1/user/app.go b/routers/api/v1/user/app.go index f426721c82..624beff5bb 100644 --- a/routers/api/v1/user/app.go +++ b/routers/api/v1/user/app.go @@ -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": |