You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by Apache Wiki <wi...@apache.org> on 2011/12/01 20:46:01 UTC

[Couchdb Wiki] Trivial Update of "HTTP_Document_API" by JensAlfke

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for change notification.

The "HTTP_Document_API" page has been changed by JensAlfke:
http://wiki.apache.org/couchdb/HTTP_Document_API?action=diff&rev1=81&rev2=82

Comment:
Fixed some commas in the example output of _all_docs

  
  {
    "total_rows": 3, "offset": 0, "rows": [
-     {"id": "doc3", "key": "doc3", "value": {"rev":"74EC24"}}
+     {"id": "doc3", "key": "doc3", "value": {"rev":"74EC24"}},
      {"id": "doc2", "key": "doc2", "value": {"rev":"2441HF"}},
-     {"id": "doc1", "key": "doc1", "value": {"rev": "4324BB"}},
+     {"id": "doc1", "key": "doc1", "value": {"rev": "4324BB"}}
    ]
  }
  }}}
@@ -403, +403 @@

  
  {
    "total_rows": 3, "offset": 1, "rows": [
-     {"id": "doc3", "key": "doc3", "value": {"rev":"74EC24"}}
+     {"id": "doc3", "key": "doc3", "value": {"rev":"74EC24"}},
-     {"id": "doc2", "key": "doc2", "value": {"rev":"2441HF"}},
+     {"id": "doc2", "key": "doc2", "value": {"rev":"2441HF"}}
    ]
  }
  }}}