commit 30718d7d10e159c61e7d83366cc2ad9f5414bcc7
parent fd45d0e3024e200ae16134e9da1f48230c304943
Author: tsmethurst <tobi.smethurst@klarrio.com>
Date: Sat, 15 May 2021 12:47:08 +0200
update progress
Diffstat:
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/PROGRESS.md b/PROGRESS.md
@@ -53,8 +53,8 @@
* [ ] Reports
* [ ] /api/v1/reports POST (File a report)
* [ ] Follow Requests
- * [ ] /api/v1/follow_requests GET (View pending follow requests)
- * [ ] /api/v1/follow_requests/:id/authorize POST (Accept a follow request)
+ * [x] /api/v1/follow_requests GET (View pending follow requests)
+ * [x] /api/v1/follow_requests/:id/authorize POST (Accept a follow request)
* [ ] /api/v1/follow_requests/:id/reject POST (Reject a follow request)
* [ ] Endorsements
* [ ] /api/v1/endorsements GET (View existing endorsements)
@@ -85,10 +85,10 @@
* [ ] /api/v1/statuses/:id/unmute POST (Unmute notifications on a status)
* [ ] /api/v1/statuses/:id/pin POST (Pin a status to profile)
* [ ] /api/v1/statuses/:id/unpin POST (Unpin a status from profile)
- * [ ] Media
+ * [x] Media
* [x] /api/v1/media POST (Upload a media attachment)
- * [ ] /api/v1/media/:id GET (Get a media attachment)
- * [ ] /api/v1/media/:id PUT (Update an attachment)
+ * [x] /api/v1/media/:id GET (Get a media attachment)
+ * [x] /api/v1/media/:id PUT (Update an attachment)
* [ ] Polls
* [ ] /api/v1/polls/:id GET (Show a poll)
* [ ] /api/v1/polls/:id/votes POST (Vote on a poll)