Return-Path: Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: (qmail 96402 invoked from network); 28 Aug 2010 19:38:57 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 28 Aug 2010 19:38:57 -0000 Received: (qmail 75924 invoked by uid 500); 28 Aug 2010 19:38:57 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 75832 invoked by uid 500); 28 Aug 2010 19:38:56 -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 75825 invoked by uid 500); 28 Aug 2010 19:38:56 -0000 Delivered-To: apmail-incubator-couchdb-commits@incubator.apache.org Received: (qmail 75822 invoked by uid 99); 28 Aug 2010 19:38:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 28 Aug 2010 19:38:56 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.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; Sat, 28 Aug 2010 19:38:55 +0000 Received: from eosnew.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id F3963AC4; Sat, 28 Aug 2010 19:38:33 +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: Sat, 28 Aug 2010 19:38:33 -0000 Message-ID: <20100828193833.34372.18022@eosnew.apache.org> Subject: =?utf-8?q?=5BCouchdb_Wiki=5D_Update_of_=22Complete=5FHTTP=5FAPI=5FReferen?= =?utf-8?q?ce=22_by_NuuttiKotivuori?= 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 NuuttiKotivuori. http://wiki.apache.org/couchdb/Complete_HTTP_API_Reference?action=3Ddiff&re= v1=3D6&rev2=3D7 -------------------------------------------------- ||PUT||/'''db'''||Create a new database|| ||DELETE||/'''db'''||Delete an existing database|| ||GET||/'''db'''/_changes||Returns changes for the given database|| - ||POST||/'''db'''/_compact||Starts a compaction for the database, require= s db admin priviledges|| + ||POST||/'''db'''/_compact||Starts a compaction for the database, require= s admin priviledges|| - ||POST||/'''db'''/_compact/'''design-doc'''||Starts a compaction for all = the views in the selected design document, requires db admin priviledges|| + ||POST||/'''db'''/_compact/'''design-doc'''||Starts a compaction for all = the views in the selected design document, requires admin priviledges|| - ||POST||/'''db'''/_view_cleanup||Removes view files that are not used by = any design document, requires db admin priviledges|| + ||POST||/'''db'''/_view_cleanup||Removes view files that are not used by = any design document, requires admin priviledges|| - ||POST||/'''db'''/_temp_view|||| + ||POST||/'''db'''/_temp_view||Execute a given view function for all docum= ents and return the result, requires admin priviledges|| ||POST||/'''db'''/_ensure_full_commit||Makes sure all uncommited changes = are written and synchronized to the disk|| - ||POST||/'''db'''/_bulk_docs|||| - ||POST||/'''db'''/_purge|||| - ||GET||/'''db'''/_all_docs|||| - ||POST||/'''db'''/_all_docs|||| - ||POST||/'''db'''/_missing_revs|||| - ||POST||/'''db'''/_revs_diff|||| - ||GET||/'''db'''/_security|||| - ||PUT||/'''db'''/_security|||| - ||GET||/'''db'''/_revs_limit|||| - ||PUT||/'''db'''/_revs_limit|||| + ||POST||/'''db'''/_bulk_docs||Insert multiple documents in to the databas= e in a single request|| + ||POST||/'''db'''/_purge||Purge some historical documents entirely from d= atabase history|| + ||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|| + ||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|| + ||GET||/'''db'''/_security||Returns the special security object for the d= atabase|| + ||PUT||/'''db'''/_security||Sets the special security object for the data= base|| + ||GET||/'''db'''/_revs_limit||Sets the limit of historical revisions to s= tore for a single document in the database|| + ||PUT||/'''db'''/_revs_limit||Gets the limit of historical revisions to s= tore for a single document in the database|| = ||GET||/'''db'''/_design/'''design-doc'''|||| ||PUT||/'''db'''/_design/'''design-doc'''|||| - ||GET||/'''db'''/_local/'''doc'''|||| - ||PUT||/'''db'''/_local/'''doc'''|||| + ||GET||/'''db'''/_local/'''doc'''||Returns the asked non-replicated docum= ent|| + ||PUT||/'''db'''/_local/'''doc'''||Puts the given non-replicated document= || = + ||POST||/'''db'''||Inserts a new document with an automatically generated= id|| + ||GET||/'''db'''/'''doc'''||Returns the latest revision of the document|| + ||PUT||/'''db'''/'''doc'''||Inserts a new version of the document|| + ||DELETE||/'''db'''/'''doc'''||Deletes the document|| + ||COPY||/'''db'''/'''doc''' /'''db'''/'''doc'''||Copies the document|| + ||GET||/'''db'''/'''doc'''/'''attachment'''||Gets an attachment of the do= cument|| + ||PUT||/'''db'''/'''doc'''/'''attachment'''||Inserts an attachment to the= document|| + ||DELETE||/'''db'''/'''doc'''/'''attachment'''||Deletes an attachment fro= m the document|| = - ||GET||/'''db'''/'''doc'''|||| - ||PUT||/'''db'''/'''doc'''|||| - ||DELETE||/'''db'''/'''doc'''|||| - ||POST||/'''db'''/'''doc'''|||| - ||COPY||/'''db'''/'''doc'''|||| - ||GET||/'''db'''/'''doc'''/'''attachment'''|||| - ||PUT||/'''db'''/'''doc'''/'''attachment'''|||| - ||DELETE||/'''db'''/'''doc'''/'''attachment'''|||| - ||GET||/'''db'''/'''doc'''/'''attachment'''|||| - ||GET||/'''db'''/'''doc'''/'''attachment'''|||| - ||GET||/'''db'''/'''doc'''/'''attachment'''|||| -=20