Return-Path: X-Original-To: apmail-couchdb-commits-archive@www.apache.org Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EA8C0938C for ; Tue, 6 Dec 2011 18:10:38 +0000 (UTC) Received: (qmail 18886 invoked by uid 500); 6 Dec 2011 18:10:38 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 18783 invoked by uid 500); 6 Dec 2011 18:10:38 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 18776 invoked by uid 500); 6 Dec 2011 18:10:38 -0000 Delivered-To: apmail-incubator-couchdb-commits@incubator.apache.org Received: (qmail 18773 invoked by uid 99); 6 Dec 2011 18:10:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Dec 2011 18:10:38 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.131] (HELO eos.apache.org) (140.211.11.131) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Dec 2011 18:10:36 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 9E9F1126; Tue, 6 Dec 2011 18:10:14 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki To: Apache Wiki Date: Tue, 06 Dec 2011 18:10:14 -0000 Message-ID: <20111206181014.72311.74590@eos.apache.org> Subject: =?utf-8?q?=5BCouchdb_Wiki=5D_Update_of_=22Complete=5FHTTP=5FAPI=5FReferen?= =?utf-8?q?ce=22_by_JensAlfke?= Auto-Submitted: auto-generated X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for c= hange notification. The "Complete_HTTP_API_Reference" page has been changed by JensAlfke: http://wiki.apache.org/couchdb/Complete_HTTP_API_Reference?action=3Ddiff&re= v1=3D37&rev2=3D38 Comment: Added link to new _revs_diff page ||GET||/'''db'''/_all_docs||Returns a built-in view of all documents in t= his database|| ||POST||/'''db'''/_all_docs||Returns certain rows from the built-in view = of all documents||[[HTTP_Bulk_Document_API#Fetch_Multiple_Documents_With_a_= Single_Request|Fetch Multiple Documents With a Single Request]]|| ||POST||/'''db'''/_missing_revs||Given a list of document revisions, retu= rns the document revisions that do not exist in the database|| - ||POST||/'''db'''/_revs_diff||Given a list of document revisions, returns= differences between the given revisions and ones that are in the database|| + ||POST||/'''db'''/_revs_diff||Given a list of document revisions, returns= differences between the given revisions and ones that are in the database|= |[[HttpPostRevsDiff]]|| ||GET||/'''db'''/_security||Returns the special security object for the d= atabase||[[Security_Features_Overview#Authorization|Authorization]]|| ||PUT||/'''db'''/_security||Sets the special security object for the data= base||[[Security_Features_Overview#Authorization|Authorization]]|| ||GET||/'''db'''/_revs_limit||Sets the limit of historical revisions to s= tore for a single document in the database||[[HTTP_database_API#Accessing_D= atabase-specific_options|Accessing Database-specific options]]||