Could there be a problem with the data format that works with "Post" but not "Patch". When I change the method to Post it will replace the record with the new information. But I will not update the existing record?
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Could there be a problem with the data format that works with "Post" but not "Patch". When I change the method to Post it will replace the record with the new information. But I will not update the existing record?
Hello Lee,
Could you please try using PUT?
FYI... I cloned the service and it started invoking the PATCH method which worked. So I think there is a bug in Appery.io when you change the method in the service, it doesn't update.
Hi Lee,
Please specify do you have edited sources in your project?
Also did you save this project after set "patch" method and before testing?
Thanks.
I went back, cleared all the saved setting and re-established as a "Patch" method and it worked.