1
0
Fork 0
mirror of https://github.com/mastodon/mastodon.git synced 2024-08-20 21:08:15 -07:00

Fix mistake

Eugen 2016-11-04 20:19:10 +01:00
parent 73c81f31c3
commit c6286daef0

8
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**