Updated User Registration API (markdown)
parent
4f780c957a
commit
221695f65d
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ Takes a `application/json` payload. The JSON can be one of the following types:
|
|||
```
|
||||
{
|
||||
token : <signup token>,
|
||||
usertype : 'customer',
|
||||
usertype : 'organisation',
|
||||
email : <email (used for login)>,
|
||||
name : <organisation name>,
|
||||
street_name : <organisation street address>,
|
||||
|
|
Reference in a new issue