diff --git a/Using-the-API/API.md b/Using-the-API/API.md index a8205ed3..a500dcf9 100644 --- a/Using-the-API/API.md +++ b/Using-the-API/API.md @@ -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).