How to update single object with RESTHeart patch?

前端 未结 1 1890
孤独总比滥情好
孤独总比滥情好 2021-01-26 09:14

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

相关标签:
1条回答
  • 2021-01-26 10:01

    To update a document the URI needs to be /db/coll/<docid>

    You are missing the document ID in the request URL.

    0 讨论(0)
提交回复
热议问题