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