Rework invitation UI a bit, document API changes

This commit is contained in:
knotteye
2020-10-13 16:16:37 -05:00
parent 67de11e66b
commit eba53c3732
3 changed files with 5 additions and 9 deletions

View File

@@ -91,7 +91,9 @@ Register a new user.
**Authentication**: no
**Parameters**: Username, password, confirm
**Parameters**: Username, password, confirm, invite(optional)
Invite is an optional invite code to bypass disabled registration.
**Response**: If successful, returns a json object with the users stream key. Otherwise returns `{error: "error reason"}`