Fix follow and unfollow api method

This commit is contained in:
178inaba 2017-04-14 18:31:01 +09:00
parent 28f4200325
commit 218a1a2444
1 changed files with 2 additions and 2 deletions

View File

@ -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).