Mention search options.

This commit is contained in:
dosire 2014-04-01 10:41:57 +02:00
parent b98bd5c8d0
commit 9ae11007fe

View file

@ -51,6 +51,10 @@ GET /users
]
```
You can search for a users by email or username with:
`/users?search=John`
Also see `def search query` in `app/models/user.rb`.
## Single user