You need to be added to the ContributorsGroup to edit the wiki. But don't worry! Just email any Mailing List or grab us on IRC and let us know your user name.
HTTP GET root
Method |
GET |
|
Path |
/ |
|
Query args |
None |
|
Request body |
None |
|
Response body |
JSON object containing MOTD and CouchDB server version |
|
Description
Returns MOTD and version. The MOTD can be specified in CouchDB configuration files.
Example
GET / HTTP/1.1
HTTP/1.1 200 OK
Cache-Control: must-revalidate
{"couchdb":"Welcome","version":"0.11.0"}