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 2012/09/01 00:26:50 UTC

[Couchdb Wiki] Update of "HTTP_Bulk_Document_API" by JensAlfke

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=17&rev2=18

  ]}
  }}}
  
- The rows are returned in the same order as the supplied "keys" array.
+  * The rows are returned in the same order as the supplied "keys" array.
+  * The row for a deleted document will have the revision ID of the deletion, and an extra key "deleted":true in the "value" property.
+  * The row for a nonexistent document will just contain an "error" property with the value "not_found".
  
  Example with startkey and endkey ('''be aware''' of correct url encoding!):