Hello,
I’m trying to export data to a REST server using the PATCH method (Firebase does that).
But it seems that the functionality is not implemented ... or that I do not do the right thing.
when I send my PATCH
$_response = ^jsonopen(transient PATCH $_url $_jsonmyvar $_header $_userAgent)
:trace json tells me that : “jsonopen- only POST, GET, PUT AND DELETE allowed”
Oops, I do things that are not allowed. Has anyone ever encountered this problem?