aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhalcy <halcy@ARARAGI-KUN>2022-11-19 01:11:02 +0200
committerhalcy <halcy@ARARAGI-KUN>2022-11-19 01:11:02 +0200
commitf2282790cc7e980bba96cdadde2ab8b6af3e6095 (patch)
tree5677af23a8a04c7a5c36c4fb02fd1e23642601e8 /TODO.md
parent6a630202db718c5ed2924ad3a3863d7eee391b88 (diff)
downloadmastodon.py-f2282790cc7e980bba96cdadde2ab8b6af3e6095.tar.gz
Add email resend api
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO.md b/TODO.md
index ee85789..164717a 100644
--- a/TODO.md
+++ b/TODO.md
@@ -30,7 +30,7 @@ Refer to mastodon changelog and API docs for details when implementing, add or m
303.4.0 303.4.0
31----- 31-----
32* [x] Add server rules 32* [x] Add server rules
33* [ ] Add POST /api/v1/emails/confirmations to REST API 33* [x] Add POST /api/v1/emails/confirmations to REST API
34* [ ] Add GET /api/v1/accounts/lookup to REST API 34* [ ] Add GET /api/v1/accounts/lookup to REST API
35* [ ] Add policy param to POST /api/v1/push/subscriptions in REST API 35* [ ] Add policy param to POST /api/v1/push/subscriptions in REST API
36* [ ] Add details to error response for POST /api/v1/accounts in REST API 36* [ ] Add details to error response for POST /api/v1/accounts in REST API
Powered by cgit v1.2.3 (git 2.41.0)