1
0
mirror of https://github.com/mastodon/documentation synced 2025-04-11 22:56:17 +02:00

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.
This commit is contained in:
Ornithologist Coder 2017-06-02 17:08:59 +02:00 committed by GitHub
parent c7fc284a44
commit cefb4b2f4c

View File

@ -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/authorize
POST /api/v1/follow_requests/:id/reject 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. Returns an empty object.
### Follows ### Follows