Adding document in Couchbase and missing JSON body
问题 I am trying to use Couchbase REST API to add a document to the existing documents. I am just testing this in Postman while writing on the code. POST: http://<ip>:8091/pools/default/buckets/<bucketname>/docs/testdoc1?rev=1 Headers: Accept: application/json Authorization : xxxxx Body: Raw JSON (application/json) { "Name": "xxx", "Address": "yyy", "Phone number": "xxxx", "Badge": "yyy", "BadgeType": "xxx" } When I send above in Postman, It is adding this new doc. under couchbase documents/bucket