RESTHear api を使用して MongoDB ドキュメントのキーを更新しようとしていますが、値は更新されませんが、200 OK を取得しています。
PATCH と PUT の両方を試しました。以下は私が試したURIです。
http PUT "http://localhost:8080/presence/active_watchers?filter={'presentity_uri':'sip:service-1@opensipstest.org'}" event_id=12
http PATCH "http://localhost:8080/presence/active_watchers?filter={'presentity_uri':'sip:service-1@opensipstest.org'}" event_id=12
どちらも 200 OK の応答がありましたが、値は更新されませんでした。
私は何か間違ったことをしていますか?この例は見つかりませんでした。
Restheart v 2.0.0 Beta を使用しています。