]> code.citadel.org Git - citadel.git/blobdiff - webcit-ng/api.txt
Add a web API command for the server STAT command. This will allow us to implement...
[citadel.git] / webcit-ng / api.txt
index e46e631be8e41f0f3f7d7da501379aa6e8f0fe63..972b5efd5522571d46b0794746c93035aa725bbb 100644 (file)
@@ -11,6 +11,7 @@ GET           /ctdl/r/ROOMNAME/info.txt       Returns the room info banner for this room
 GET            /ctdl/r/ROOMNAME/msgs.all       JSON array of message list in room
 GET            /ctdl/r/ROOMNAME/msgs.new       JSON array of message list in room (new messages)
 GET            /ctdl/r/ROOMNAME/mailbox        JSON dictionary of a mailbox summary in this room
+GET            /ctdl/r/ROOMNAME/stat           JSON dictionary of the server STAT command (room name and modification time)
 GET            /ctdl/r/ROOMNAME/MSGNUM         Retrieve the content of an individual message
 GET            /ctdl/r/ROOMNAME/MSGNUM/json    Retrieve an individual message in a room, encapsulated in JSON
 DELETE         /ctdl/r/ROOMNAME/MSGNUM         Deletes a message from a room