You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by Apache Wiki <wi...@apache.org> on 2008/09/12 00:42:41 UTC

[Couchdb Wiki] Trivial Update of "HttpDocumentApi" by MichaelHendricks

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for change notification.

The following page has been changed by MichaelHendricks:
http://wiki.apache.org/couchdb/HttpDocumentApi

The comment on the change is:
clarify that the example deletes an attachment and not the associated document

------------------------------------------------------------------------------
  {"ok": true, "id": "document", "rev": "766FC88G"}
  }}}
  
- To delete a document:
+ To delete an attachment:
  
  {{{
  DELETE somedatabase/document/attachment?rev=765B7D1C HTTP/1.0