Adds following parameter in /accounts/search (#518)

`following` parameter allows to search users for adding them to a list.
This commit is contained in:
Thomas 2018-01-13 19:07:54 +01:00 committed by Eugen Rochko
parent ccb91756e7
commit 461a176035
1 changed files with 1 additions and 0 deletions

View File

@ -208,6 +208,7 @@ Query parameters:
| ----------------- | ------------------------------------------------------------- | ---------- |
| `q` | What to search for | no |
| `limit` | Maximum number of matching accounts to return (default: `40`) | yes |
| `following` | Limit the search to following (boolean, default `false`) | yes |
Returns an array of matching [Accounts](#accounts).