From c6286daef0cfcae550470bfb872407a1b61c65c5 Mon Sep 17 00:00:00 2001 From: Eugen Date: Fri, 4 Nov 2016 20:19:10 +0100 Subject: [PATCH] Fix mistake --- API.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/API.md b/API.md index 392b55c..de13f91 100644 --- a/API.md +++ b/API.md @@ -76,14 +76,14 @@ Returns users the given user is followed by. Returns relationships (`following`, `followed_by`, `blocking`) of the current user to a list of given accounts. -**GET /api/v1/accounts/suggestions** - -Returns accounts that the system suggests the authenticated user to follow. - Query parameters: - `id` (can be array): Account IDs +**GET /api/v1/accounts/suggestions** + +Returns accounts that the system suggests the authenticated user to follow. + ## Deleting a status **DELETE /api/v1/statuses/:id**