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 : } ```