doc: update teh new routes for signup

This commit is contained in:
silver 2023-08-06 12:50:32 +01:00
parent a2609bd0e0
commit bd84c05b2c

View file

@ -44,7 +44,20 @@ Each value is either a string or ``null``.
Changing ``userPassword`` requires the existing password in teh apssword field and the new one in teh value field.
### POST /ldap/new
### POST /ldap/new/email
Kickstarts teh process of signing up to Skynet
```json
{
"email" : "User's wolves email"
}
```
### POST /ldap/new/account
Verifies teh user has access to this email
```json
{