]> code.citadel.org Git - citadel.git/blobdiff - webcit-ng/api.txt
upload: change REST path from /ctdl/a/upload/ to /ctdl/p/
[citadel.git] / webcit-ng / api.txt
index 5336667486fea79312d0878b526cec50267c2860..992a30f3e2c7fd9c4f17d33a13515616a55d16dc 100644 (file)
@@ -31,7 +31,7 @@ GET             /ctdl/c/info                       Returns a JSON representation
 POST            /ctdl/a/login                      Send it a your credentials and it will log you in
 GET             /ctdl/a/whoami
 GET             /ctdl/a/biff                       Check for new mail
-POST            /ctdl/a/upload                     Handler for uploading attachments and other file items
 GET             /ctdl/u/<username>/userpic         Returns an image containing the photo/avatar of the specified user
 GET             /ctdl/s/                           Static content (html, css, js, images...)
 GET             /.well-known/                      Static content (RFC5785 compliant paths)
+POST            /ctdl/p/                           Handler for uploading attachments and other file items