forked from AkkomaGang/akkoma
docs/Pleroma-API.md: Add missing token field documentation
[ci skip]
This commit is contained in:
parent
97694eb451
commit
a7c55c61bb
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue