com_api
com_api copied to clipboard
API PUT method
Hello Guys, there is a way to have the PUT method working?
I have added public function put() into the resource file as a function but this is not working and also added that into the plugin entry file
$this->setResourceAccess('brands', 'private', 'put');
None are working. Please help