diff options
Diffstat (limited to 'routers/api/v1/repo/subscriber.go')
-rw-r--r-- | routers/api/v1/repo/subscriber.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/routers/api/v1/repo/subscriber.go b/routers/api/v1/repo/subscriber.go index d3cd8ccc3b..ac61710bd2 100644 --- a/routers/api/v1/repo/subscriber.go +++ b/routers/api/v1/repo/subscriber.go @@ -37,7 +37,7 @@ func ListSubscribers(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": |