diff options
Diffstat (limited to 'routers/api/v1/user/user.go')
-rw-r--r-- | routers/api/v1/user/user.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/routers/api/v1/user/user.go b/routers/api/v1/user/user.go index 38576a7337..51d69aa2c3 100644 --- a/routers/api/v1/user/user.go +++ b/routers/api/v1/user/user.go @@ -31,6 +31,7 @@ func Search(ctx *context.APIContext) { // in: query // description: ID of the user to search for // type: integer + // format: int64 // - name: limit // in: query // description: maximum number of users to return |