浏览代码

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.
Ornithologist Coder 7 年之前
父节点
当前提交
cefb4b2f4c
共有 1 个文件被更改,包括 0 次插入6 次删除
  1. 0 6
      Using-the-API/API.md

+ 0 - 6
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