function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Ravi MaliRavi Mali 

Patch Method Alternative.

Hi,
I'm trying to make rest callout with Patch method. But  Sf does not supports Patch method. Is there any Alternative or solution to Achieve this.

Tried Solutions : 1. Appending with endpoint ?_HttpMethod = POST
2. req.setHeader('X-HTTP-Method-Override','PATCH') 

TIA