From 1e2708d3b2b226c7d671a343021eddcdb03d4502 Mon Sep 17 00:00:00 2001 From: 178inaba <178inaba@users.noreply.github.com> Date: Mon, 17 Apr 2017 00:28:39 +0900 Subject: [PATCH] Revert follow_requests api form data description --- Using-the-API/API.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Using-the-API/API.md b/Using-the-API/API.md index 16c2778..ffd182e 100644 --- a/Using-the-API/API.md +++ b/Using-the-API/API.md @@ -214,6 +214,10 @@ Returns an array of [Accounts](#account) which have requested to follow the auth POST /api/v1/follow_requests/:id/authorize POST /api/v1/follow_requests/:id/reject +Form data: + +- `id`: The id of the account to authorize or reject + Returns an empty object. ### Follows