1
0
mirror of https://github.com/mastodon/documentation synced 2025-04-11 22:56:17 +02:00

Fix follow and unfollow api method

This commit is contained in:
178inaba 2017-04-14 18:31:01 +09:00
parent 28f4200325
commit 218a1a2444

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