This is an automated email from the ASF dual-hosted git repository.

dch pushed a commit to branch fix/update-common
in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git

commit 5822e73e02971d5e55d0aa96682ca62dc5c530d3
Author: Dave Cottlehuber <[email protected]>
AuthorDate: Fri Sep 21 20:32:25 2018 +0000

    update GET /
---
 src/api/server/common.rst | 25 +++++++++++++++----------
 1 file changed, 15 insertions(+), 10 deletions(-)

diff --git a/src/api/server/common.rst b/src/api/server/common.rst
index 362b519..8756de3 100644
--- a/src/api/server/common.rst
+++ b/src/api/server/common.rst
@@ -42,20 +42,25 @@
     .. code-block:: http
 
         HTTP/1.1 200 OK
-        Cache-Control: must-revalidate
-        Content-Length: 179
-        Content-Type: application/json
-        Date: Sat, 10 Aug 2013 06:33:33 GMT
-        Server: CouchDB (Erlang/OTP)
+        Content-Length : 141
+        Content-Type : application/json
+        Date : Fri, 21 Sep 2018 20:30:42 GMT
+        Server : CouchDB/2.2.0 (Erlang OTP/20)
+        X-Couch-Request-Id : 4f4b22e5ed
+        X-Couchdb-Body-Time : 0
+        Cache-Control : must-revalidate
 
         {
             "couchdb": "Welcome",
-            "uuid": "85fb71bf700c17267fef77535820e371",
+            "version": "2.2.0",
+            "git_sha": "2a16ec4",
+            "features": [
+                "pluggable-storage-engines",
+                "scheduler"
+            ],
             "vendor": {
-                "name": "The Apache Software Foundation",
-                "version": "1.3.1"
-            },
-            "version": "1.3.1"
+                "name": "FreeBSD"
+            }
         }
 
 .. _api/server/active_tasks:

Reply via email to