Merge pull request #35 from 178inaba/api_follow_unfollow
Fix follow and unfollow api documents
This commit is contained in:
commit
e78ad7a583
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue