From 44651798fcb6e17548009708ae3f37534919851b Mon Sep 17 00:00:00 2001 From: 178inaba <178inaba@users.noreply.github.com> Date: Sun, 16 Apr 2017 22:32:35 +0900 Subject: [PATCH] Fix follow_requests api path interface --- Using-the-API/API.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/Using-the-API/API.md b/Using-the-API/API.md index e1b2bab5..16c2778a 100644 --- a/Using-the-API/API.md +++ b/Using-the-API/API.md @@ -211,12 +211,8 @@ Returns an array of [Accounts](#account) which have requested to follow the auth #### Authorizing or rejecting follow requests: - POST /api/v1/follow_requests/authorize - POST /api/v1/follow_requests/reject - -Form data: - -- `id`: The id of the account to authorize or reject + POST /api/v1/follow_requests/:id/authorize + POST /api/v1/follow_requests/:id/reject Returns an empty object.