Will,

POST to _bulk_docs works for both. For updates you need to make sure
and include the _rev attribute.
Also, adding a _deleted=true attribute will delete the doc.

http://wiki.apache.org/couchdb/HttpDocumentApi

Paul

On Thu, Sep 18, 2008 at 10:35 AM, william kinney
<[EMAIL PROTECTED]> wrote:
> Hello,
>
> Is POST /*db*/_bulk_docs only for existing docs (ie UPDATE not CREATE) ?
> If so, is there any talk of a PUT /*db*/_bulk_docs ? Does that even make
> sense?
>
> Thanks,
> Will
>

Reply via email to