Use PATCH with HTTP Requests

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