mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-10-31 22:40:01 +00:00
update progress
This commit is contained in:
parent
6cd033449f
commit
dc06e71b76
1 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,8 @@
|
|||
* [x] /api/v1/accounts/verify_credentials GET (Verify account credentials with a user token)
|
||||
* [x] /api/v1/accounts/update_credentials PATCH (Update user's display name/preferences)
|
||||
* [x] /api/v1/accounts/:id GET (Get account information)
|
||||
* [ ] /api/v1/accounts/:id/statuses GET (Get an account's statuses)
|
||||
* [ ] /api/v1/accounts/:id/followers GET (Get an account's followers)
|
||||
* [x] /api/v1/accounts/:id/statuses GET (Get an account's statuses)
|
||||
* [x] /api/v1/accounts/:id/followers GET (Get an account's followers)
|
||||
* [ ] /api/v1/accounts/:id/following GET (Get an account's following)
|
||||
* [ ] /api/v1/accounts/:id/featured_tags GET (Get an account's featured tags)
|
||||
* [ ] /api/v1/accounts/:id/lists GET (Get lists containing this account)
|
||||
|
|
Loading…
Reference in a new issue