mirror of
https://github.com/versia-pub/server.git
synced 2026-04-27 20:59:15 +02:00
Added blocking, unblocking, removing from followers and unfollowing
This commit is contained in:
parent
a9688b8178
commit
bb2c770b68
8 changed files with 320 additions and 11 deletions
|
|
@ -67,6 +67,9 @@ Working endpoints are:
|
|||
- `/api/v1/accounts/:id`
|
||||
- `/api/v1/accounts/:id/statuses`
|
||||
- `/api/v1/accounts/:id/follow`
|
||||
- `/api/v1/accounts/:id/unfollow`
|
||||
- `/api/v1/accounts/:id/block`
|
||||
- `/api/v1/accounts/:id/unblock`
|
||||
- `/api/v1/accounts/update_credentials`
|
||||
- `/api/v1/accounts/verify_credentials`
|
||||
- `/api/v1/statuses`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue