Patch method for Rest is not available in Pega 8.1.1
We are using Pega 8.1.1 and we need to call a REST API using the PATCH method. Unfortunately, the method PATCH is not supported for REST Connectors in Pega until 8.2.
We tried to use the method PUT and POST instead and trying to pass the header X-HTTP-Method-Override with PATCH value. But it is throwing 405 Method Not Allowed error.
This is a blocking issue for one of our major projects that relies on Pega and upgrade is not possible on it soon.
Any alternative approach is available for calling PATCH method?
***Edited by Moderator Marije to change type from Pega Academy to Product***