Updated User Registration API (markdown)
parent
fef0b44aab
commit
8b634a748c
1 changed files with 4 additions and 2 deletions
|
@ -20,7 +20,8 @@ Takes a `application/json` payload. The JSON can be one of the following types:
|
|||
email : <email (used for login)>,
|
||||
name : <preferred user name>,
|
||||
postcode : <customer postcode>,
|
||||
age_range : <age range key>
|
||||
age_range : <age range key>,
|
||||
password : <password (used for login)>
|
||||
}
|
||||
```
|
||||
|
||||
|
@ -34,7 +35,8 @@ Takes a `application/json` payload. The JSON can be one of the following types:
|
|||
name : <organisation name>,
|
||||
street_name : <organisation street address>,
|
||||
town : <organisation village/town/city>,
|
||||
postcode : <organisation postcode>
|
||||
postcode : <organisation postcode>,
|
||||
password : <password (used for login)>
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Reference in a new issue