mirror of
https://github.com/mastodon/mastodon.git
synced 2024-08-20 21:08:15 -07:00
Fix mistake
parent
73c81f31c3
commit
c6286daef0
1 changed files with 4 additions and 4 deletions
8
API.md
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**
|
||||
|
|
|
|||
Loading…
Reference in a new issue