0
我想使用RESTHear API更新MongoDB文檔中的一個鍵,但該值沒有得到更新,但是,我得到200 OK。RESTHeart PATCH沒有更新文件
我試過PATCH和PUT兩者。以下是我嘗試的URI。
http PUT "http://localhost:8080/presence/active_watchers?filter={'presentity_uri':'sip:[email protected]'}" event_id=12
http PATCH "http://localhost:8080/presence/active_watchers?filter={'presentity_uri':'sip:[email protected]'}" event_id=12
兩次我得到200 OK響應但沒有更新的值。
我做錯了什麼。我找不到任何這樣的例子。
我正在使用Restheart v 2.0.0測試版。
可以看到這個問題https://stackoverflow.com/questions/48111526/how-to-update-single-object-with-restheart-patch。 –