Adds following parameter in /accounts/search (#518)
`following` parameter allows to search users for adding them to a list.
This commit is contained in:
parent
ccb91756e7
commit
461a176035
|
@ -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).
|
||||
|
||||
|
|
Loading…
Reference in New Issue