David Squier created COUCHDB-3223:
-------------------------------------
Summary: HTTP API for /_stats not working as documented
Key: COUCHDB-3223
URL: https://issues.apache.org/jira/browse/COUCHDB-3223
Project: CouchDB
Issue Type: Documentation
Components: Documentation, HTTP Interface
Reporter: David Squier
Attempted to call the HTTP `_stats` endpoint per:
http://docs.couchdb.org/en/latest/api/server/common.html#stats
Actual call:
```
curl -X GET http://localhost:5984/_stats
```
Response:
```
{"error":"not_found","reason":"Database does not exist."}
```
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)