Cloud code service - patch method

Hi,

We want to build an API connection with our client to retrieve (via POST, GET and PATCH method) data.
We have set up the POST and GET methods, which are working.
But the client is working with the PATCH method in stead of PUT method, but I cannot find the PATCH method within Backendless.
Is there anyway to build the PATCH method?

Thanks!

Regards,

Rick Ruiter

Hi @Rick_Ruiter ,

Sorry for the delay with response.
Could you please clarify which SDK (Codeless/JS/Java/…) are you using?

Regards, Andriy

Hi @Andriy_Konoz ,

I am using Codeless.
If I need to use JS or Java for this, please let me know.

Regards,

Rick Ruiter

@Rick_Ruiter ,

Unfortunately Backendless do not support PATCH methods for custom CloudCode services. You should use other HTTP methods instead.

Regards, Andriy