Dear Wiki user,

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

The "Complete_HTTP_API_Reference" page has been changed by NuuttiKotivuori.
http://wiki.apache.org/couchdb/Complete_HTTP_API_Reference?action=diff&rev1=9&rev2=10

--------------------------------------------------

  ||GET||/'''db'''/'''doc'''||Returns the latest revision of the document||
  ||PUT||/'''db'''/'''doc'''||Inserts a new version of the document||
  ||DELETE||/'''db'''/'''doc'''||Deletes the document||
- ||COPY||/'''db'''/'''old-doc''' /'''db'''/'''new-doc'''||Copies the document||
+ ||COPY||/'''db'''/'''doc'''||Copies the document||
  ||GET||/'''db'''/'''doc'''/'''attachment'''||Gets an attachment of the 
document||
  ||PUT||/'''db'''/'''doc'''/'''attachment'''||Inserts an attachment to the 
document||
  ||DELETE||/'''db'''/'''doc'''/'''attachment'''||Deletes an attachment from 
the document||
@@ -62, +62 @@

  ||GET||/'''db'''/_design/'''design-doc'''||Returns the latest revision of the 
design document||
  ||PUT||/'''db'''/_design/'''design-doc'''||Inserts a new version of the 
design document||
  ||DELETE||/'''db'''/_design/'''design-doc'''||Deletes the design document||
- ||COPY||/'''db'''/_design/'''old-design-doc''' 
/'''db'''/_design/'''new-design-doc'''||Copies the design document||
+ ||COPY||/'''db'''/_design/'''design-doc'''||Copies the design document||
  ||GET||/'''db'''/_design/'''design-doc'''/'''attachment'''||Gets an 
attachment of the design document||
  ||PUT||/'''db'''/_design/'''design-doc'''/'''attachment'''||Inserts an 
attachment to the design document||
  ||DELETE||/'''db'''/_design/'''design-doc'''/'''attachment'''||Deletes an 
attachment from the design document||
@@ -70, +70 @@

  ||GET||/'''db'''/_local/'''local-doc'''||Returns the latest revision of the 
non-replicated document||
  ||PUT||/'''db'''/_local/'''local-doc'''||Inserts a new version of the 
non-replicated document||
  ||DELETE||/'''db'''/_local/'''local-doc'''||Deletes the non-replicated 
document||
- ||COPY||/'''db'''/_local/'''old-local-doc''' 
/'''db'''/_local/'''new-local-doc'''||Copies the non-replicated document||
+ ||COPY||/'''db'''/_local/'''local-doc'''||Copies the non-replicated document||
  

Reply via email to