From e497794059249e81368c9e101ffcef5f23ed838d Mon Sep 17 00:00:00 2001 From: tsmethurst Date: Thu, 1 Apr 2021 20:34:05 +0200 Subject: [PATCH] update progress --- PROGRESS.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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)