From 4f780c957a1e7a1a33509082122c2c55cde555ac Mon Sep 17 00:00:00 2001 From: Tom Bloor Date: Sat, 22 Apr 2017 18:55:11 +0100 Subject: [PATCH] Updated User Registration API (markdown) --- User-Registration-API.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/User-Registration-API.md b/User-Registration-API.md index 6a2e3c2..54162ec 100644 --- a/User-Registration-API.md +++ b/User-Registration-API.md @@ -18,9 +18,9 @@ Takes a `application/json` payload. The JSON can be one of the following types: token : , usertype : 'customer', email : , - username : , + name : , postcode : , - age : + age_range : } ``` @@ -31,7 +31,7 @@ Takes a `application/json` payload. The JSON can be one of the following types: token : , usertype : 'customer', email : , - username : , + name : , street_name : , town : , postcode :