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