summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/user/key.go
diff options
context:
space:
mode:
Diffstat (limited to 'routers/api/v1/user/key.go')
-rw-r--r--routers/api/v1/user/key.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/routers/api/v1/user/key.go b/routers/api/v1/user/key.go
index 58705dd2f1..033b29f420 100644
--- a/routers/api/v1/user/key.go
+++ b/routers/api/v1/user/key.go
@@ -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":