mirror of
https://github.com/versia-pub/server.git
synced 2026-04-27 20:59:15 +02:00
Add 2 more endpoints (mute and unmute)
This commit is contained in:
parent
bb2c770b68
commit
012f4b6f5b
6 changed files with 201 additions and 1 deletions
|
|
@ -70,6 +70,8 @@ Working endpoints are:
|
|||
- `/api/v1/accounts/:id/unfollow`
|
||||
- `/api/v1/accounts/:id/block`
|
||||
- `/api/v1/accounts/:id/unblock`
|
||||
- `/api/v1/accounts/:id/mute`
|
||||
- `/api/v1/accounts/:id/unmute`
|
||||
- `/api/v1/accounts/update_credentials`
|
||||
- `/api/v1/accounts/verify_credentials`
|
||||
- `/api/v1/statuses`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue