Merge remote-tracking branch 'pleroma/develop' into feature/disable-account
[akkoma] / docs / api / differences_in_mastoapi_responses.md
index d3ba41b6a1964e2f68b009300c3e831a821a7aa0..36b47608e1655913e3cf8d127b11a4067b7113f1 100644 (file)
@@ -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.