Wesley Cintra do Nascimento

Results 3 comments of Wesley Cintra do Nascimento

Hi @marcosvidolin I understood your suggestion but makes me wonder how can we properly handle errors like this to not be generic InternalServerError? Sorry for the late response here, I...

This PR should be approved!

I guess you're looking for $set property. $userData = array( '$set'=> array( 'first_name' => 'Name', 'last_name' => 'Last name', ) ); $users->update(array('user_id' =>$USER_ID), $userData); regards