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.
The comment on this change is: More links to methods definitions.
http://wiki.apache.org/couchdb/Complete_HTTP_API_Reference?action=diff&rev1=28&rev2=29
--------------------------------------------------
<<Anchor(database)>>
== Database methods ==
- ||GET||/'''db'''||Returns database information||
- ||PUT||/'''db'''||Create a new database||
- ||DELETE||/'''db'''||Delete an existing database||
+ ||GET||/'''db'''||Returns database information||[[HTTP_database_API#Database_Information|Database
Information]]||
+ ||PUT||/'''db'''||Create a new database||[[HTTP_database_API#PUT_.28Create_New_Database.29|Create
New Database]]||
+ ||DELETE||/'''db'''||Delete an existing database||[[HTTP_database_API#DELETE|Delete a Database]]||
- ||GET||/'''db'''/_changes||Returns changes for the given database||
+ ||GET||/'''db'''/_changes||Returns changes for the given database||[[HTTP_database_API#Changes|Changes]]||
||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 privileges||
||POST||/'''db'''/_view_cleanup||Removes view files that are not used by any design document,
requires admin privileges||
@@ -53, +53 @@
||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 database||
||PUT||/'''db'''/_security||Sets the special security object for the database||
- ||GET||/'''db'''/_revs_limit||Sets the limit of historical revisions to store for a single
document in the database||
- ||PUT||/'''db'''/_revs_limit||Gets the limit of historical revisions to store for a single
document in the database||
+ ||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]]||
+ ||PUT||/'''db'''/_revs_limit||Gets 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]]||
<<Anchor(document)>>
== Database document methods ==
|