Fix follow_requests api path interface
This commit is contained in:
parent
77603fbb88
commit
44651798fc
1 changed files with 2 additions and 6 deletions
|
@ -211,12 +211,8 @@ Returns an array of [Accounts](#account) which have requested to follow the auth
|
||||||
|
|
||||||
#### Authorizing or rejecting follow requests:
|
#### Authorizing or rejecting follow requests:
|
||||||
|
|
||||||
POST /api/v1/follow_requests/authorize
|
POST /api/v1/follow_requests/:id/authorize
|
||||||
POST /api/v1/follow_requests/reject
|
POST /api/v1/follow_requests/:id/reject
|
||||||
|
|
||||||
Form data:
|
|
||||||
|
|
||||||
- `id`: The id of the account to authorize or reject
|
|
||||||
|
|
||||||
Returns an empty object.
|
Returns an empty object.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue