diff options
author | kaniini <ariadne@dereferenced.org> | 2019-07-28 20:30:10 +0000 |
---|---|---|
committer | kaniini <ariadne@dereferenced.org> | 2019-07-28 20:30:10 +0000 |
commit | 44bfff22a7ba49f7cc329b4fb209645d95834612 (patch) | |
tree | 0b8aea5b54edbd3525f5e3809fb28b6cb87077e8 /docs/api/pleroma_api.md | |
parent | 0d05ec385587e7a5efd0e3a36f5c783d78b4eea2 (diff) | |
parent | 242f5c585ed797917ba8c61ceb5d266f4c670c90 (diff) | |
download | pleroma-44bfff22a7ba49f7cc329b4fb209645d95834612.tar.gz |
Merge branch 'confirmation-resend' into 'develop'
add account confirmation email resend in mastodon api
See merge request pleroma/pleroma!1492
Diffstat (limited to 'docs/api/pleroma_api.md')
-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` |