aboutsummaryrefslogtreecommitdiff
path: root/docs/api/differences_in_mastoapi_responses.md
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2019-05-18 13:37:38 +0300
committerrinpatch <rinpatch@sdf.org>2019-05-18 13:37:38 +0300
commit5ece901af3e887664653c79c5e61618cc5cf0ecf (patch)
tree93fc7c3bdb70348d5ef91fa9f7db3293b17f9854 /docs/api/differences_in_mastoapi_responses.md
parentfd920c897339b9cedea042dd6698d14380cedae7 (diff)
parent8e9a764dfcde315afd055c8e63543bfca24cc41b (diff)
downloadpleroma-5ece901af3e887664653c79c5e61618cc5cf0ecf.tar.gz
Resolve merge conflicts and remove IO.inspects
Diffstat (limited to 'docs/api/differences_in_mastoapi_responses.md')
-rw-r--r--docs/api/differences_in_mastoapi_responses.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/api/differences_in_mastoapi_responses.md b/docs/api/differences_in_mastoapi_responses.md
index d3ba41b6a..36b47608e 100644
--- a/docs/api/differences_in_mastoapi_responses.md
+++ b/docs/api/differences_in_mastoapi_responses.md
@@ -87,3 +87,13 @@ Additional parameters can be added to the JSON body/Form data:
`POST /oauth/token`
Post here request with grant_type=refresh_token to obtain new access token. Returns an access token.
+
+## Account Registration
+`POST /api/v1/accounts`
+
+Has theses additionnal parameters (which are the same as in Pleroma-API):
+ * `fullname`: optional
+ * `bio`: optional
+ * `captcha_solution`: optional, contains provider-specific captcha solution,
+ * `captcha_token`: optional, contains provider-specific captcha token
+ * `token`: invite token required when the registerations aren't public.