Loïc Hamet

Results 2 issues of Loïc Hamet

Make PUT requests replace all fields of document and set empty fields of the request body to undefined.

### To Reproduce Here is a docker compose app which only try to connect to a mongo database: ``` services: mongosh: image: alpine/mongosh:latest command: sh -c "mongosh 'mongodb://mongo' && tail...

awaiting-feedback