Return-Path: Delivered-To: apmail-incubator-couchdb-user-archive@locus.apache.org Received: (qmail 46794 invoked from network); 18 Sep 2008 14:49:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Sep 2008 14:49:23 -0000 Received: (qmail 91504 invoked by uid 500); 18 Sep 2008 14:49:18 -0000 Delivered-To: apmail-incubator-couchdb-user-archive@incubator.apache.org Received: (qmail 91475 invoked by uid 500); 18 Sep 2008 14:49:18 -0000 Mailing-List: contact couchdb-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: couchdb-user@incubator.apache.org Delivered-To: mailing list couchdb-user@incubator.apache.org Received: (qmail 91464 invoked by uid 99); 18 Sep 2008 14:49:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Sep 2008 07:49:18 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of william.kinney@gmail.com designates 72.14.220.153 as permitted sender) Received: from [72.14.220.153] (HELO fg-out-1718.google.com) (72.14.220.153) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Sep 2008 14:48:20 +0000 Received: by fg-out-1718.google.com with SMTP id l26so246330fgb.26 for ; Thu, 18 Sep 2008 07:48:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type:references; bh=H93XX7rBJWDBtVpNGgIDnQT2wv3Ts3ff88G0B6jGmPc=; b=cuUjnZePRgkHn78UluMRB2JoAzWSxqwessd9XMRvmP3Z4gRdmmvyuf13FAZwzy3JBN 0Q5RjBFFYncczZoMGRlH8rj7zT8daMVyT0VATvwcldb5DUSnNe57CZljF0SC9BwF2v4M zEVLWJYOcoSjVEUdt0luqsji55fg70Zv6XTwQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:references; b=p4HQbXxSTatgF2bAUW6DoU0Xfl40DFAldYfWa/v5fgrAmY5K9mECbozxZi35gdxnMt EUf9k1gh6QyZUEW1rU+bFmDvbts0vyIwpmCoKer4VgFDOqpALhIjJNI6xpOG+3hKK3n9 mwquIExJFaYLn+BZQnNqwJ+UPUtUd/0Qrf730= Received: by 10.180.224.4 with SMTP id w4mr2722753bkg.51.1221749314641; Thu, 18 Sep 2008 07:48:34 -0700 (PDT) Received: by 10.180.218.2 with HTTP; Thu, 18 Sep 2008 07:48:34 -0700 (PDT) Message-ID: <928bdd8e0809180748j727124c4w528e179cf94493b4@mail.gmail.com> Date: Thu, 18 Sep 2008 10:48:34 -0400 From: "william kinney" To: couchdb-user@incubator.apache.org Subject: Re: bulk_docs In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_6804_6906917.1221749314646" References: <928bdd8e0809180735x7266440at909adf38d45e1bd0@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_6804_6906917.1221749314646 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Ah I was accidentally including a _rev value. Thanks for the help, Will On Thu, Sep 18, 2008 at 10:39 AM, Paul Davis wrote: > 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 > 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 > > > ------=_Part_6804_6906917.1221749314646--