From 461a17603504811b786084176c65f31ae405802d Mon Sep 17 00:00:00 2001 From: Thomas Date: Sat, 13 Jan 2018 19:07:54 +0100 Subject: [PATCH] Adds following parameter in /accounts/search (#518) `following` parameter allows to search users for adding them to a list. --- Using-the-API/API.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Using-the-API/API.md b/Using-the-API/API.md index b72f2c22..439a84c3 100644 --- a/Using-the-API/API.md +++ b/Using-the-API/API.md @@ -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).