From 8b634a748cb11b0bb22193a79fb0e3eb2d33586c Mon Sep 17 00:00:00 2001 From: Tom Bloor Date: Tue, 25 Apr 2017 18:42:18 +0100 Subject: [PATCH] Updated User Registration API (markdown) --- User-Registration-API.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/User-Registration-API.md b/User-Registration-API.md index c8bedc2..074e39b 100644 --- a/User-Registration-API.md +++ b/User-Registration-API.md @@ -20,7 +20,8 @@ Takes a `application/json` payload. The JSON can be one of the following types: email : , name : , postcode : , - age_range : + age_range : , + password : } ``` @@ -34,7 +35,8 @@ Takes a `application/json` payload. The JSON can be one of the following types: name : , street_name : , town : , - postcode : + postcode : , + password : } ```