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 NuuttiKotivuori.
http://wiki.apache.org/couchdb/Complete_HTTP_API_Reference?action=diff&rev1=14&rev2=15
--------------------------------------------------
||GET||/_log||Retrieve the most recent server logs||
||POST||/_replicate||Start or cancel replications||
||GET||/_uuids||Returns a list of fresh UUIDs||
- ||POST||/_restart||Restart the server, requires admin priviledges||
+ ||POST||/_restart||Restart the server, requires admin privileges||
||GET||/_stats||Returns server statistics||
- ||GET||/_log||Returns the tail of the server's log file, requires admin priviledges||
+ ||GET||/_log||Returns the tail of the server's log file, requires admin privileges||
||GET||/_sleep||Returns success after waiting for a given number of milliseconds ''(removed
since 1.0.0)''||
||GET||/_utils/'''file'''||Return static web pages that contain the CouchDB administration
interface||
@@ -35, +35 @@
||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, requires admin priviledges||
+ ||POST||/'''db'''/_compact||Starts a compaction for the database, requires admin privileges||
- ||POST||/'''db'''/_compact/'''design-doc'''||Starts a compaction for all the views in the
selected design document, requires admin priviledges||
+ ||POST||/'''db'''/_compact/'''design-doc'''||Starts a compaction for all the views in the
selected design document, requires admin privileges||
- ||POST||/'''db'''/_view_cleanup||Removes view files that are not used by any design document,
requires admin priviledges||
+ ||POST||/'''db'''/_view_cleanup||Removes view files that are not used by any design document,
requires admin privileges||
- ||POST||/'''db'''/_temp_view||Execute a given view function for all documents and return
the result, requires admin priviledges||
+ ||POST||/'''db'''/_temp_view||Execute a given view function for all documents and return
the result, requires admin privileges||
||POST||/'''db'''/_ensure_full_commit||Makes sure all uncommited changes are written and
synchronized to the disk||
||POST||/'''db'''/_bulk_docs||Insert multiple documents in to the database in a single request||
||POST||/'''db'''/_purge||Purge some historical documents entirely from database history||
|