mirror of
https://github.com/mastodon/documentation
synced 2025-04-11 22:56:17 +02:00
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…
x
Reference in New Issue
Block a user