X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit-ng%2Fapi.txt;h=378b5b59a252040d870726ec05ed4fce041270c9;hb=07f2827e011e19b2f1b87a3f2037b4311bed59ea;hp=f148f53c5e03fa790ff0b5f87cf0f08f2f30fd14;hpb=a603728a26fcc593a57b421229b7575e29716ea4;p=citadel.git diff --git a/webcit-ng/api.txt b/webcit-ng/api.txt index f148f53c5..378b5b59a 100644 --- a/webcit-ng/api.txt +++ b/webcit-ng/api.txt @@ -44,5 +44,7 @@ POST /ctdl/p Handler for uploading attachm "contentlength" : 56222252 } ] -GET /ctdl/p/ Fetch a specific item that was uploaded -DELETE /ctdl/p/ Delete a specific item that was uploaded +GET /ctdl/p/ Fetch a specific item that was uploaded ("ref" was returned by the upload) +DELETE /ctdl/p/ Delete a specific item that was uploaded ("ref" was returned by the upload) +GET /ctdl/p/ Load the attachments from message in, as if they were uploaded + by the client. Returns the same JSON as "POST /ctdl/p".