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"}} ] } }}}
