From 221695f65d924a0b6bf1de3493232fc133813a96 Mon Sep 17 00:00:00 2001 From: Tom Bloor Date: Sun, 23 Apr 2017 13:46:11 +0100 Subject: [PATCH] Updated User Registration API (markdown) --- User-Registration-API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 : ,