a API $ curl \ -X PUT \ -H "Content-Type: application/json" \ -d '{"name":"Teste 2", "email":"teste 2", "is_active":false}' \ http://localhost:3000/contact/87b8b98765a798 { "_id":"87b8b98765a798","name":"Teste 2", "email":"teste 2", "is_active":false } Resultado