From fbd6709a2cc0512067d1460ece322d7d9898f779 Mon Sep 17 00:00:00 2001 From: 178inaba <178inaba@users.noreply.github.com> Date: Fri, 14 Apr 2017 19:15:17 +0900 Subject: [PATCH] Fix follow unfollow return target --- Using-the-API/API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Using-the-API/API.md b/Using-the-API/API.md index a500dcf9..93053a20 100644 --- a/Using-the-API/API.md +++ b/Using-the-API/API.md @@ -125,7 +125,7 @@ Returns an array of [Statuses](#status). 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: