Created
April 26, 2017 13:13
-
-
Save viteinfinite/7318b971666463e05e507b4f538f7e17 to your computer and use it in GitHub Desktop.
Couchbase Conflict
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -X POST http://localhost:4985/couchbaseevents/_bulk_docs -H "Content-Type: application/json" -d '{"new_edits": false, "docs": [{"_id": "event", "name": "aaa", "_rev": "1-123"}, {"_id": "event", "name": "bbb", "_rev": "1-456"}, {"_id": "event", "name": "ccc", "_rev": "1-789"}]}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment