I am using RESTHeart and MongoDB. I have multiple JSON objects and I want to update a particular object at a time with a REST call. I am following https://softinstigate.atlassia
To update a document the URI needs to be /db/coll/
/db/coll/
You are missing the document ID in the request URL.