forked from science-ation/science-ation
Oops fix the docs
This commit is contained in:
parent
a035a6f8e3
commit
a5887bdf96
2
api.php
2
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)
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user