From df3899421edb40a0c581b149226e9b47471cedd6 Mon Sep 17 00:00:00 2001 From: Tom Bloor Date: Tue, 13 Jun 2017 21:48:21 +0100 Subject: [PATCH] Updated User Registration API (markdown) --- User-Registration-API.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/User-Registration-API.md b/User-Registration-API.md index f018c07..5b71588 100644 --- a/User-Registration-API.md +++ b/User-Registration-API.md @@ -19,11 +19,13 @@ Takes a `application/json` payload. The JSON can be one of the following types: display_name : , full_name : , postcode : , - age_range : , + year_of_birth : , password : } ``` +Where `year_of_birth` is between 10 and 150 years in the past. + #### Organisation Registration ```