mirror of
https://github.com/mastodon/documentation
synced 2025-04-11 22:56:17 +02:00
Fix follow and unfollow api method
This commit is contained in:
parent
28f4200325
commit
218a1a2444
@ -122,8 +122,8 @@ Returns an array of [Statuses](#status).
|
||||
|
||||
#### Following/unfollowing an account:
|
||||
|
||||
GET /api/v1/accounts/:id/follow
|
||||
GET /api/v1/accounts/:id/unfollow
|
||||
POST /api/v1/accounts/:id/follow
|
||||
POST /api/v1/accounts/:id/unfollow
|
||||
|
||||
Returns the target [Account](#account).
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user