Hello,
I have API end point “/api/firewall/options/:id” which support GET and PATCH methods. GET method returns single row response.
Is it possible to create Oracle Apex Simple REST data source for such API endpoint with DML support? I need ability to preload form and update record from it. Here is response example:
{
"ipfilter" : 1,
"policy_out" : "ACCEPT",
"dhcp" : 1,
"log_level_in" : "nolog",
"enable" : 1,
"digest" : "ee5faff4dfaa07bf04a7989e0c3f70c65397ae00",
"policy_in" : "DROP",
"ndp" : 1,
"radv" : 1,
"macfilter" : 0,
}