I am trying to make record update with PATCH with HTTP request. Even everything works with Postman, the same parameters over HTTP Request are getting an Error!
Here are screenshots form HTTP request and Postman - please help - it looks like some small hint that I am not aware of.
{âerrorâ:{âcodeâ:400,âmessageâ:âInvalid JSON payload received. Unknown name ââ: Root element must be a message.â,âstatusâ:âINVALID_ARGUMENTâ,âdetailsâ:[{"@type":âtype.googleapis.com/google.rpc.BadRequest",âfieldViolationsâ:[{âdescriptionâ:"Invalid JSON payload received. Unknown name ââ: Root element must be a message.â}]}]}}
If it works in postman and doesnât in AppGyver, than the only thing I can think of, is that there is a little typing difference.
To check for it: please post a copy of the entire URL and Request body that you are using in AppGyver. (of course you can black-out some personal elementsâŚ).
Hey stayfoolish,
I mostly appreciate your help - but I do not see any difference, only spacing formatting of JSON body. But maybe four eyes see more than two:
After a few days vacation from frustration on this case I just tried the âUpdate Recordâ from data logic functions. And it works!!! No troubles with PATCH or creating a new record and deleting the old one!