Mention search options.
This commit is contained in:
parent
b98bd5c8d0
commit
9ae11007fe
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue