Fix follow and unfollow api method
This commit is contained in:
parent
28f4200325
commit
218a1a2444
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue