From cefb4b2f4c65d23b7043b584c3dd7f841bb6ffe0 Mon Sep 17 00:00:00 2001 From: Ornithologist Coder Date: Fri, 2 Jun 2017 17:08:59 +0200 Subject: [PATCH] Removes id parameter from documentation `id` is neither a query item (GET) nor part of the body (POST), therefore should not be in the parameter table. --- Using-the-API/API.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Using-the-API/API.md b/Using-the-API/API.md index e9b99831..c0124214 100644 --- a/Using-the-API/API.md +++ b/Using-the-API/API.md @@ -314,12 +314,6 @@ 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 -Parameters: - -| Field | Description | Optional | -| ----------------- | ------------------------------------------------------------------- | ---------- | -| `id` | The id of the account to authorize or reject | no | - Returns an empty object. ### Follows