Platform.api.patch

What works for me is the following when I do server side scripting

var updatesomething = platform.api.patch(“mysql/_table/profile?filter=Profile_id%20%3D%20” + profile_id, {“resource”:[{“Profile_LastUpdate”: newdate}]});

Where profile_id and data are variables containing some information