summaryrefslogtreecommitdiff
path: root/docs/api
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2019-07-31 14:12:29 +0300
committerrinpatch <rinpatch@sdf.org>2019-07-31 14:12:29 +0300
commitc88a5d32514f4ed78e4b9216198db62e8799ffe4 (patch)
treebc979f2522156be74138491114892e7acbeaafcb /docs/api
parent41e0304757c5a0d9778f7e685c9ddf481f0e15cb (diff)
parent66575061851f13355958fd292ee545462bf191c0 (diff)
downloadpleroma-c88a5d32514f4ed78e4b9216198db62e8799ffe4.tar.gz
pleroma-c88a5d32514f4ed78e4b9216198db62e8799ffe4.zip
Merge branch 'develop' into feature/hide-follows-remote
Diffstat (limited to 'docs/api')
-rw-r--r--docs/api/pleroma_api.md8
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`