You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by Apache Wiki <wi...@apache.org> on 2011/06/22 00:46:40 UTC

[Couchdb Wiki] Update of "Complete_HTTP_API_Reference" by StephaneAlnet

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 StephaneAlnet:
http://wiki.apache.org/couchdb/Complete_HTTP_API_Reference?action=diff&rev1=34&rev2=35

Comment:
Added entries for the system databases, _users and _replicators

  ||GET||/_all_dbs||Returns a list of all databases on this server||HttpGetAllDbs||
  ||GET||/_active_tasks||Returns a list of running tasks||HttpGetActiveTasks||
  ||POST||/_replicate||Start or cancel replications||[[Replication]]||
+ ||*||/_replicator||The [[Replication#Replication_at_startup|database that controls replication at startup]]||
  ||GET||/_uuids||Returns a list of generated UUIDs||HttpGetUuids||
  ||POST||/_restart||Restart the server, requires admin privileges||
  ||GET||/_stats||Returns server statistics||
@@ -33, +34 @@

  ||GET||/_oauth/authorize||XXX||
  ||POST||/_oauth/authorize||XXX||
  ||*||/_oauth/request_token||XXX||
+ ||*||/_users||The [[Security_Features_Overview#Authentication_database|authentication and authorization database]]||
  
  <<Anchor(database)>>
  == Database methods ==