diff --git a/api.php b/api.php index 63a9a42..e0681f5 100644 --- a/api.php +++ b/api.php @@ -1068,7 +1068,7 @@ switch($request[0]) { switch($request[2]){ /* APIDOC: project/mentor/add description(add a project mentor to the current project) - post(mentors array optional) + post(mentors array of mentor arrays optional) return(mentor array (if none passed in, otherwise nothing)) */ case 'add': @@ -1106,7 +1106,7 @@ switch($request[0]) { break; /* APIDOC: project/mentor/edit - post(mentors array) + post(mentors array of mentor arrays) description(edit a list of project mentors) */ case 'edit':