X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=webcit-ng%2Fapi.txt;h=8660c8f2ca7d20f17fc0a243d90e3247993fb963;hp=cf0652af0bca1a2220bb501b0814c9da7f236207;hb=d837babd310852f5e1360b368fab8d59877939a1;hpb=491081a15e7f711852a96cfb9396048b53a23a14 diff --git a/webcit-ng/api.txt b/webcit-ng/api.txt index cf0652af0..8660c8f2c 100644 --- a/webcit-ng/api.txt +++ b/webcit-ng/api.txt @@ -16,12 +16,6 @@ GET /ctdl/r//stat JSON dictionary of the server GET /ctdl/r// Retrieve the content of an individual message GET /ctdl/r///json Retrieve an individual message in a room, encapsulated in JSON GET /ctdl/r/// Retrieve a MIME component of a message, specified by partnum - -GET /ctdl/r//calendar:: - Retrieve calendar items in the current room. - "from" and "to" comprise a range expressed in unix timestamps. - You can omit either or both timestamps but not the colons. - DELETE /ctdl/r// Delete a message from a room MOVE /ctdl/r// Move a message to another room (requires Destination)