From 898bdaacfc7969783da3ed067373011427a3c0fb Mon Sep 17 00:00:00 2001 From: james Date: Fri, 1 Oct 2010 21:06:57 +0000 Subject: [PATCH] Oops put account/edit APIDOCS back in --- api.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/api.php b/api.php index feb6dd0..4a0ea4e 100644 --- a/api.php +++ b/api.php @@ -515,7 +515,12 @@ echo json_encode($ret); return(schools array) */ - + /* APIDOC: account/edit + notimplemented + description(edits an account) + post(account array) + return(account array) + */ /* APIDOC: user/connect_teacher_to_school notimplemented