forked from science-ation/science-ation
Tweak the docs
This commit is contained in:
parent
e10d31f2c8
commit
d6efd6749e
4
api.php
4
api.php
@ -1068,7 +1068,7 @@ switch($request[0]) {
|
|||||||
switch($request[2]){
|
switch($request[2]){
|
||||||
/* APIDOC: project/mentor/add
|
/* APIDOC: project/mentor/add
|
||||||
description(add a project mentor to the current project)
|
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))
|
return(mentor array (if none passed in, otherwise nothing))
|
||||||
*/
|
*/
|
||||||
case 'add':
|
case 'add':
|
||||||
@ -1106,7 +1106,7 @@ switch($request[0]) {
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
/* APIDOC: project/mentor/edit
|
/* APIDOC: project/mentor/edit
|
||||||
post(mentors array)
|
post(mentors array of mentor arrays)
|
||||||
description(edit a list of project mentors)
|
description(edit a list of project mentors)
|
||||||
*/
|
*/
|
||||||
case 'edit':
|
case 'edit':
|
||||||
|
Loading…
Reference in New Issue
Block a user