Fix follow requests API (#88)
This commit is contained in:
parent
aa88379943
commit
1aabe579d6
|
@ -216,7 +216,7 @@ 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:
|
||||
Parameters:
|
||||
|
||||
- `id`: The id of the account to authorize or reject
|
||||
|
||||
|
|
Loading…
Reference in New Issue