Dear Wiki user,

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

The "HTTP_Bulk_Document_API" page has been changed by JensAlfke:
http://wiki.apache.org/couchdb/HTTP_Bulk_Document_API?action=diff&rev1=22&rev2=23

Comment:
Added more info about errors from _bulk_docs.

  ]
  }}}
  
+ Other possible values for ''error'' include ''forbidden'' (403) and 
''unauthorized'' (401), both likely caused by a validation failure.
+ 
+ If the ''new_edits=false'' query parameter is used in the request (to push 
existing revisions instead of creating new ones) the response will not include 
entries for any of the successful revisions (since their rev IDs are already 
known to the sender), only for the ones that had errors. Also, the ''conflict'' 
error will never appear, since in this mode conflicts are allowed.
+ 
  
  === Transactional Semantics with Bulk Updates ===
  

Reply via email to