Add new user note API endpoint

This commit is contained in:
Jesse Wierzbinski 2023-09-22 15:31:41 -10:00
parent d2d2e576a9
commit ee3d4a386f
3 changed files with 82 additions and 0 deletions

View file

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