From 29c17cce12adfb81786543dac0a26dc34dc0c4e2 Mon Sep 17 00:00:00 2001 From: tsmethurst Date: Sat, 17 Apr 2021 20:42:47 +0200 Subject: [PATCH] statusGET works --- PROGRESS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PROGRESS.md b/PROGRESS.md index 9a41805c8..7010da5ec 100644 --- a/PROGRESS.md +++ b/PROGRESS.md @@ -70,7 +70,7 @@ * [ ] /api/v1/suggestions/:account_id DELETE (Delete a suggestion) * [ ] Statuses * [x] /api/v1/statuses POST (Create a new status) - * [ ] /api/v1/statuses/:id GET (View an existing status) + * [x] /api/v1/statuses/:id GET (View an existing status) * [ ] /api/v1/statuses/:id DELETE (Delete a status) * [ ] /api/v1/statuses/:id/context GET (View statuses above and below status ID) * [ ] /api/v1/statuses/:id/reblogged_by GET (See who has reblogged a status)