Repository: couchdb-documentation Updated Branches: refs/heads/master a514a2b9c -> d67c8fbbe
To automatically generate the _id should be omitted To be consistent with text at line numbers 302-303: - _id field is omitted in request - an automatically generated _id is returned by CouchDB Project: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/commit/d67c8fbb Tree: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/tree/d67c8fbb Diff: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/diff/d67c8fbb Branch: refs/heads/master Commit: d67c8fbbe2d990b06c6f662ffb17b5b6974b7f70 Parents: a514a2b Author: danielcobo <[email protected]> Authored: Mon Jan 4 22:21:18 2016 +0100 Committer: danielcobo <[email protected]> Committed: Mon Jan 4 22:21:18 2016 +0100 ---------------------------------------------------------------------- src/api/database/bulk-api.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-documentation/blob/d67c8fbb/src/api/database/bulk-api.rst ---------------------------------------------------------------------- diff --git a/src/api/database/bulk-api.rst b/src/api/database/bulk-api.rst index 20acc11..ef36ce7 100644 --- a/src/api/database/bulk-api.rst +++ b/src/api/database/bulk-api.rst @@ -325,7 +325,6 @@ supplied document IDs, and one which will have a document ID generated: "title": "LambStew" }, { - "_id": "BeefStew", "servings": 8, "subtitle": "Hand-made dumplings make a great accompaniment", "title": "BeefStew" @@ -361,7 +360,7 @@ documents created, here with the combination and their revision IDs: "rev": "1-648f1b989d52b8e43f05aa877092cc7c" }, { - "id": "BeefStew", + "id": "00a271787f89c0ef2e10e88a0c0003f0", "ok": true, "rev": "1-e4602845fc4c99674f50b1d5a804fdfa" }
