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');
Hello Guys, there is a way to have the
PUT
method working? I have addedpublic 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