Good Day,
we are trying to use the HTTP request block to call an API, but it only receives PATCH method which is not available in the block, is there anyway to add PATCH on the header or the body??? using the x-override-method header did not work.
regards,
Hey Victor,
Try with Postman and then using the code snippet you can get the HTTP parameters you need, including the syntaxis. When you have this info, all the headers should be added in the Additional headers field on the HTTP Request activity.
1 Like
Hey Victor - in case you are following this thread curious whether this worked
Did you end up using POST with additional headers to make it work
Cheers
Priyanka
In case anyone else has the same use case - HTTP Stages under processes allow PATCH - however the url field doesn’t accept Input Variables so you can only use it with a static url and body/query parameters
Hey everyone, Iván from ElectroNeek here. I’d just like to inform everyone that the PATCH method is now natively supported by the “HTTP Request” activity in Studio Pro, as described in our March Release Notes.
Let me know if you have any questions about this!
1 Like
That is great news @Ivan_Ramos - this will be useful for many use cases 
It will minimise the need for using workarounds such as postman cli 
Thank you so much for updating the thread!