diff --git a/api.php b/api.php index 4a29f2c..646806d 100644 --- a/api.php +++ b/api.php @@ -633,7 +633,7 @@ switch($request[0]) { case 'registration': switch($request[1]){ /* APIDOC: registration/fields - description(retreives the list of fields required. If an array of roles is passed in it retrieves the fields for those roles, if no roles are passed in, then it uses the roles from the currently logged in user + description(retreives the list of fields to be asked for in order to complete registration for a specific set of roles. If an array of roles is passed in it retrieves the fields for those roles, if no roles are passed in, then it uses the roles from the currently logged in user) post(roles[] array) optional return(fields array) */