diff --git a/User-Registration-API.md b/User-Registration-API.md index 54162ec..c8bedc2 100644 --- a/User-Registration-API.md +++ b/User-Registration-API.md @@ -29,7 +29,7 @@ Takes a `application/json` payload. The JSON can be one of the following types: ``` { token : , - usertype : 'customer', + usertype : 'organisation', email : , name : , street_name : ,