Implement account relationship endpoints

This commit is contained in:
Jesse Wierzbinski 2023-09-22 16:28:00 -10:00
parent ee3d4a386f
commit 50ab0155a5
3 changed files with 96 additions and 0 deletions

View file

@ -75,6 +75,7 @@ Working endpoints are:
- `/api/v1/accounts/:id/pin`
- `/api/v1/accounts/:id/unpin`
- `/api/v1/accounts/:id/note`
- `/api/v1/accounts/relationships`
- `/api/v1/accounts/update_credentials`
- `/api/v1/accounts/verify_credentials`
- `/api/v1/statuses`