diff options
author | Sachin Joshi <satchin.joshi@gmail.com> | 2019-07-28 20:30:10 +0000 |
---|---|---|
committer | kaniini <ariadne@dereferenced.org> | 2019-07-28 20:30:10 +0000 |
commit | 242f5c585ed797917ba8c61ceb5d266f4c670c90 (patch) | |
tree | 0b8aea5b54edbd3525f5e3809fb28b6cb87077e8 /docs/api | |
parent | 0d05ec385587e7a5efd0e3a36f5c783d78b4eea2 (diff) | |
download | pleroma-242f5c585ed797917ba8c61ceb5d266f4c670c90.tar.gz |
add account confirmation email resend in mastodon api
Diffstat (limited to 'docs/api')
-rw-r--r-- | docs/api/pleroma_api.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/api/pleroma_api.md b/docs/api/pleroma_api.md index d83ebd734..5698e88ac 100644 --- a/docs/api/pleroma_api.md +++ b/docs/api/pleroma_api.md @@ -245,6 +245,14 @@ See [Admin-API](Admin-API.md) - PATCH `/api/v1/pleroma/accounts/update_banner`: Set/clear user banner image - PATCH `/api/v1/pleroma/accounts/update_background`: Set/clear user background image +## `/api/v1/pleroma/accounts/confirmation_resend` +### Resend confirmation email +* Method `POST` +* Params: + * `email`: email of that needs to be verified +* Authentication: not required +* Response: 204 No Content + ## `/api/v1/pleroma/mascot` ### Gets user mascot image * Method `GET` |