From: Haelwenn (lanodan) Monnier Date: Thu, 31 Jan 2019 22:23:53 +0000 (+0100) Subject: docs/Pleroma-API.md: Add missing token field documentation X-Git-Url: http://git.squeep.com/?a=commitdiff_plain;h=a7c55c61bb581ddbd8159261e167b08486547b20;p=akkoma docs/Pleroma-API.md: Add missing token field documentation [ci skip] --- diff --git a/docs/Pleroma-API.md b/docs/Pleroma-API.md index 3ebea565c..e1448d3f0 100644 --- a/docs/Pleroma-API.md +++ b/docs/Pleroma-API.md @@ -52,6 +52,7 @@ Request parameters can be passed via [query strings](https://en.wikipedia.org/wi * `confirm` * `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. * Response: JSON. Returns a user object on success, otherwise returns `{"error": "error_msg"}` * Example response: ```