Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save viteinfinite/7318b971666463e05e507b4f538f7e17 to your computer and use it in GitHub Desktop.
Save viteinfinite/7318b971666463e05e507b4f538f7e17 to your computer and use it in GitHub Desktop.
Couchbase Conflict
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