Browse Source

docs/Pleroma-API.md: Add missing token field documentation

[ci skip]
tags/v0.9.9
Haelwenn (lanodan) Monnier 5 years ago
parent
commit
a7c55c61bb
No known key found for this signature in database GPG Key ID: D5B7A8E43C997DEE
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      docs/Pleroma-API.md

+ 1
- 0
docs/Pleroma-API.md View File

@@ -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…
Cancel
Save