Complete overhaul of "Notes" view. Now features AJAX create and edit operations.
[citadel.git] / webcit / groupdav_put.c
index e2c91fe727bc8ba2b25cfac32dd753edc7e6822f..73f9e349f269344c2360e7bbcba193d974e3d75b 100644 (file)
@@ -12,9 +12,9 @@
 
 
 /**
- * \brief put an item to the server
+ * \brief GroupDAV PUT an item to the server
  * \param dav_pathname The pathname is always going to be /groupdav/room_name/euid
- * \param dav_ifmatch should we match?
+ * \param dav_ifmatch ETag of the item we think we're replacing
  * \param dav_content_type the mime type
  * \param dav_content the actual data
  */