diff --git a/PROGRESS.md b/PROGRESS.md index f1c336d..2d9c653 100644 --- a/PROGRESS.md +++ b/PROGRESS.md @@ -12,9 +12,9 @@ * [x] /auth/sign_in POST (Validate username and password and sign user in) * [ ] Accounts * [x] /api/v1/accounts POST (Register a new account) - * [ ] /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) - * [ ] /api/v1/accounts/:id GET (Get account information) + * [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) * [ ] /api/v1/accounts/:id/following GET (Get an account's following)