Updated User Registration API (markdown)

Tom Bloor 2017-04-23 13:46:11 +01:00
parent 4f780c957a
commit 221695f65d

@ -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>,