Merge pull request #35 from 178inaba/api_follow_unfollow

Fix follow and unfollow api documents
This commit is contained in:
Eugen 2017-04-14 13:27:27 +02:00 committed by GitHub
commit e78ad7a583
1 changed files with 3 additions and 3 deletions

View File

@ -122,10 +122,10 @@ 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).
Returns the target [Relationship](#relationship).
#### Blocking/unblocking an account: