statusGET works

This commit is contained in:
tsmethurst 2021-04-17 20:42:47 +02:00
parent d996a474f0
commit 29c17cce12
1 changed files with 1 additions and 1 deletions

View File

@ -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)