PATCH request method

how can I make a patch request by kodular ??
there is an extension or any way?

Did you try with


+
PHP scripts ?

curl_setopt($curl, CURLOPT_CUSTOMREQUEST, ‘PATCH’)
2 Likes

Its going to be added in app Inventor, then kodular would implement it, see also the PR here :


See also here:
3 Likes

I`m not tried.

1 Like

PATCH method available now in app inventor, when it will available in kodular.

It’s not yet available in app Inventor, it’s actually in the app Inventor test server as far as I know.
See also here:

1 Like