Hi,
I'm developing an application which uses WebAPI from an external provider. If I'm correct currently, there is a possibility to call WebAPI (makeWebRequest method) only with HTTP methods GET, POST, PUT and DELETE (HTTP_REQUEST_METHOD_* constants in Toybox.Communications. Unfortunately some functionalities on this WebAPI are available only by requests of type PATCH.
Can somebody help with that?