From 218a1a2444d6ed8fbb0ef8151c2ade3a19663648 Mon Sep 17 00:00:00 2001 From: 178inaba <178inaba@users.noreply.github.com> Date: Fri, 14 Apr 2017 18:31:01 +0900 Subject: [PATCH] Fix follow and unfollow api method --- Using-the-API/API.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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).