How can I use the emnify REST API if my system doesn't support PATCH?
CompletedHi emnify,
The system I use does not support PATCH REST API. I notice that I need to use PATCH requests to update endpoints for example. How can I manage that? Any idea?
-
Official comment
Hi Paul,
Thanks for raising that question. You can do so by using the POST method with an X-HTTP-Method-Override header with the value "PATCH"
Oracle describes such a workaround here: https://docs.oracle.com/en/cloud/saas/service/18c/cxsvc/c_osvc_http_tunneling.htmlI hope that will work for you too.
Comment actions
Please sign in to leave a comment.
Comments
1 comment