Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for 
change notification.

The "Complete_HTTP_API_Reference" page has been changed by JensAlfke:
http://wiki.apache.org/couchdb/Complete_HTTP_API_Reference?action=diff&rev1=37&rev2=38

Comment:
Added link to new _revs_diff page

  ||GET||/'''db'''/_all_docs||Returns a built-in view of all documents in this 
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, returns 
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 
database||[[Security_Features_Overview#Authorization|Authorization]]||
  ||PUT||/'''db'''/_security||Sets the special security object for the 
database||[[Security_Features_Overview#Authorization|Authorization]]||
  ||GET||/'''db'''/_revs_limit||Sets the limit of historical revisions to store 
for a single document in the 
database||[[HTTP_database_API#Accessing_Database-specific_options|Accessing 
Database-specific options]]||

Reply via email to