diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-06-25 11:41:35 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-06-25 11:41:35 +0300 |
commit | 79ee94eccbda6f8f8499df8a65ce8b588ea6defa (patch) | |
tree | e5594446b1cd165b519130375f9e597c173c8846 | |
parent | 674cbe1534442f2149a3b787a24b5db3cb581d55 (diff) | |
parent | 14f7646a870665335418c9826ddaa7a0c91b3d1d (diff) | |
download | gitlab-ce-79ee94eccbda6f8f8499df8a65ce8b588ea6defa.tar.gz |
Merge branch 'master' of github.com:gitlabhq/gitlabhq
-rw-r--r-- | doc/api/users.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/users.md b/doc/api/users.md index 4ddbf739774..a7e9518408c 100644 --- a/doc/api/users.md +++ b/doc/api/users.md @@ -84,7 +84,7 @@ GET /users ] ``` -You can search for a users by email or username with: `/users?search=John` +You can search for users by email or username with: `/users?search=John` Also see `def search query` in `app/models/user.rb`. |