aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhalcy <halcy@ARARAGI-KUN>2022-11-19 02:34:01 +0200
committerhalcy <halcy@ARARAGI-KUN>2022-11-19 02:34:01 +0200
commit853cd82ecb9e1d25f395514b3bb1616071d43493 (patch)
treea0812b4fa12fadd299886615669f86be6f7bd2cf /TODO.md
parentf26bf0db1dfc93fafa344977bd999a334a55cd36 (diff)
downloadmastodon.py-853cd82ecb9e1d25f395514b3bb1616071d43493.tar.gz
add ability to get detailed signup error from create_account
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 bf73f06..7be1c70 100644
--- a/TODO.md
+++ b/TODO.md
@@ -33,7 +33,7 @@ Refer to mastodon changelog and API docs for details when implementing, add or m
33* [x] Add POST /api/v1/emails/confirmations to REST API 33* [x] Add POST /api/v1/emails/confirmations to REST API
34* [x] Add GET /api/v1/accounts/lookup to REST API 34* [x] Add GET /api/v1/accounts/lookup to REST API
35* [x] Add policy param to POST /api/v1/push/subscriptions in REST API 35* [x] 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* [x] Add details to error response for POST /api/v1/accounts in REST API
37 37
383.4.2 383.4.2
39----- 39-----
Powered by cgit v1.2.3 (git 2.41.0)