mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-28 16:13:33 -06:00
update progress
This commit is contained in:
parent
b2c7e5f379
commit
e497794059
1 changed files with 3 additions and 3 deletions
|
|
@ -12,9 +12,9 @@
|
||||||
* [x] /auth/sign_in POST (Validate username and password and sign user in)
|
* [x] /auth/sign_in POST (Validate username and password and sign user in)
|
||||||
* [ ] Accounts
|
* [ ] Accounts
|
||||||
* [x] /api/v1/accounts POST (Register a new account)
|
* [x] /api/v1/accounts POST (Register a new account)
|
||||||
* [ ] /api/v1/accounts/verify_credentials GET (Verify account credentials with a user token)
|
* [x] /api/v1/accounts/verify_credentials GET (Verify account credentials with a user token)
|
||||||
* [ ] /api/v1/accounts/update_credentials PATCH (Update user's display name/preferences)
|
* [x] /api/v1/accounts/update_credentials PATCH (Update user's display name/preferences)
|
||||||
* [ ] /api/v1/accounts/:id GET (Get account information)
|
* [x] /api/v1/accounts/:id GET (Get account information)
|
||||||
* [ ] /api/v1/accounts/:id/statuses GET (Get an account's statuses)
|
* [ ] /api/v1/accounts/:id/statuses GET (Get an account's statuses)
|
||||||
* [ ] /api/v1/accounts/:id/followers GET (Get an account's followers)
|
* [ ] /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/following GET (Get an account's following)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue